The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Directory::Delete Method
.NET Framework (current version)
Deletes a specified directory, and optionally any subdirectories.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Delete(String^) | Deletes an empty directory from a specified path. |
![]() ![]() | Delete(String^, Boolean) | Deletes the specified directory and, if indicated, any subdirectories and files in the directory. |
Show:

