DirectoryInfo GetDirectories Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodGetDirectories 
Returns the subdirectories of the current directory.
Public methodGetDirectories(String)
Returns the subdirectories of the current directory.
Public methodGetDirectories(String, SearchOption)
Returns an array of directories in the current DirectoryInfo matching the given search criteria and using a value to determine whether to search subdirectories.
Back to Top
See Also