Directory.EnumerateDirectories Method
.NET Framework 4.5
Returns an enumerable collection of directory names in a specified path.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the 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. |