Directory GetDirectories Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodGetDirectories(String)
Gets the names of subdirectories in the specified directory.
(Overrides AbstractDirectory GetDirectories(String).)
Public methodGetDirectories(String, String)
Returns the names of files (including their paths) in the specified directory.
(Overrides AbstractDirectory GetDirectories(String, String).)
Public methodGetDirectories(String, String, SearchOption)
Gets the names of the subdirectories (including their paths) that match the specified search pattern in the current directory, and optionally searches subdirectories.
(Overrides AbstractDirectory GetDirectories(String, String, SearchOption).)
Back to Top
See Also