| DirectoryInfoGetDirectories Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | GetDirectories | 
            Returns the subdirectories of the current directory.
             | 
|  | GetDirectories(String) | 
            Returns the subdirectories of the current directory.
             | 
|  | GetDirectories(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.
             | 
 See Also
See Also