Click or drag to resize
DirectoryGetDirectories Method
Overload List
  NameDescription
Public methodStatic memberGetDirectories(String)
Gets the names of subdirectories (including their paths) in the specified directory.
Public methodStatic memberGetDirectories(String, String)
Gets an array of directories (including their paths) that match the specified search pattern in the current directory.
Public methodStatic memberGetDirectories(String, String, SearchOption)
Gets the names of the directories (including their paths) that match the specified search pattern in the current directory, and optionally searches subdirectories.
Top
See Also