IFileSystem.DeleteDirectory method
namespace: Serenity assembly: Serenity.Net.Core
Deletes the directory at path
public void DeleteDirectory(string path, bool recursive = false)
| parameter | description |
|---|---|
| path | The path to the directory |
| recursive | True to delete directory recursively |
See Also
- interface IFileSystem