IFileSystem.DeleteDirectory method
Deletes the directory at the specified path.
public void DeleteDirectory(string path, bool recursive = false)
| parameter | description |
|---|---|
| path | The path of the directory to delete. |
| recursive | true to delete the directory recursively. |
See Also
- interface IFileSystem