Directory.GetDirectories Method
.NET Framework 3.0
Gets the names of subdirectories in a specified directory.
Directory Members
System.IO Namespace
Reading Text from a File
Writing Text to a File
| Name | Description |
|---|---|
| Directory.GetDirectories (String) | Gets the names of subdirectories in the specified directory. Supported by the .NET Compact Framework. |
| Directory.GetDirectories (String, String) | Gets an array of directories matching the specified search pattern from the current directory. Supported by the .NET Compact Framework. |
| 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. |
Reference
Directory ClassDirectory Members
System.IO Namespace
Other Resources
File and Stream I/OReading Text from a File
Writing Text to a File