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::GetDirectories Method
.NET Framework (current version)
Returns the names of subdirectories that meet specified criteria.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetDirectories(String^) | Returns the names of subdirectories (including their paths) in the specified directory. |
![]() ![]() | GetDirectories(String^, String^) | Returns the names of subdirectories (including their paths) that match the specified search pattern in the specified directory. |
![]() ![]() | GetDirectories(String^, String^, SearchOption) | Returns the names of the subdirectories (including their paths) that match the specified search pattern in the specified directory, and optionally searches subdirectories. |
Show:

