Click or drag to resize
DirectoryGetDirectories Method
Overload List
  NameDescription
Public methodGetDirectories(String)
Gets the names of subdirectories in the specified directory.
(Overrides AbstractDirectoryGetDirectories(String).)
Public methodGetDirectories(String, String)
Gets the names of subdirectories in the specified directory.
(Overrides AbstractDirectoryGetDirectories(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 AbstractDirectoryGetDirectories(String, String, SearchOption).)
Top
See Also