FileSystem.deleteDir
bool deleteDir(string path)Delete a directory and its contents, recursively.
Parameters
path | The paths of the directory. |
Returns
true on success, false if there was an error.
Throws
[ErrorWrap]
bool deleteDir(string path)Delete a directory and its contents, recursively.
path | The paths of the directory. |