Directory.Delete Method
.NET Framework 3.0
Deletes a specified directory.
Directory Members
System.IO Namespace
Reading Text from a File
Writing Text to a File
| Name | Description |
|---|---|
| Directory.Delete (String) | Deletes an empty directory from a specified path. Supported by the .NET Compact Framework. |
| Directory.Delete (String, Boolean) | Deletes the specified directory and, if indicated, any subdirectories in the directory. Supported by the .NET Compact Framework. |
Reference
Directory ClassDirectory Members
System.IO Namespace
Other Resources
File and Stream I/OReading Text from a File
Writing Text to a File