DirectoryInfo.GetDirectories Method
.NET Framework 2.0
Returns the subdirectories of the current directory.
| Name | Description |
|---|---|
| DirectoryInfo.GetDirectories () | Returns the subdirectories of the current directory. Supported by the .NET Compact Framework. |
| DirectoryInfo.GetDirectories (String) | Returns an array of directories in the current DirectoryInfo matching the given search criteria. Supported by the .NET Compact Framework. |
| DirectoryInfo.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. |