DirectoryEnumerateDirectories Method |
Name | Description | |
---|---|---|
EnumerateDirectories(String) |
Returns an enumerable collection of directory names in a specified path.
(Inherited from AbstractDirectory.) | |
EnumerateDirectories(String, String) |
Returns an enumerable collection of directory names that match a search pattern in a specified path.
(Inherited from AbstractDirectory.) | |
EnumerateDirectories(String, String, SearchOption) |
Returns an enumerable collection of directory names that match a search pattern in a specified path,
and optionally searches subdirectories.
(Overrides AbstractDirectoryEnumerateDirectories(String, String, SearchOption).) |