| DirectoryEnumerateDirectories Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | EnumerateDirectories(String) | 
            Returns an enumerable collection of directory names in a specified path.
             | 
|   | EnumerateDirectories(String, String) | 
            Returns an enumerable collection of directory names that match a search pattern in a specified path.
             | 
|   | EnumerateDirectories(String, String, SearchOption) | 
            Returns an enumerable collection of directory names that match a search pattern in a specified path,
            and optionally searches subdirectories.
             | 
 See Also
See Also