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.
DirectoryInfo::GetDirectories Method
.NET Framework (current version)
Returns the subdirectories of the current directory.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetDirectories() | Returns the subdirectories of the current directory. |
![]() | GetDirectories(String^) | Returns an array of directories in the current DirectoryInfo matching the given search criteria. |
![]() | GetDirectories(String^, SearchOption) | Returns an array of directories in the current DirectoryInfo matching the given search criteria and using a value to determine whether to search subdirectories. |
Show:
