The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Directory::EnumerateDirectories Method
.NET Framework (current version)
Returns an enumerable collection of directory names that meet specified criteria.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
Show:

