| DirectoryGetDirectories Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | GetDirectories(String) | 
            Returns the names of subdirectories (including their paths) in the specified directory.
            (Inherited from AbstractDirectory.) | 
|  | GetDirectories(String, String) | 
            Returns the names of subdirectories (including their paths) that match the specified search pattern in the specified directory.
            (Inherited from AbstractDirectory.) | 
|  | GetDirectories(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).) | 
 See Also
See Also