Directory.GetDirectories Method
.NET Framework 3.5
Gets the names of subdirectories in a specified directory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetDirectories(String) | Gets the names of subdirectories in the specified directory. |
|
GetDirectories(String, String) | Gets an array of directories matching the specified search pattern from the current directory. |
|
GetDirectories(String, String, SearchOption) | Gets an array of directories matching the specified search pattern from the current directory, using a value to determine whether to search subdirectories. |