DirectoryInfo.Delete Method
.NET Framework 2.0
Deletes a DirectoryInfo and its contents from a path.
| Name | Description |
|---|---|
| DirectoryInfo.Delete () | Deletes this DirectoryInfo if it is empty. Supported by the .NET Compact Framework. |
| DirectoryInfo.Delete (Boolean) | Deletes this instance of a DirectoryInfo, specifying whether to delete subdirectories and files. Supported by the .NET Compact Framework. |