DirectoryDelete
Deletes a directory
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| the path of the directory to delete | |
|
|
| [default:false] whether to recursively delete the directory. If falls and the directory is not empty, with throw a runtime exception |
|
Examples
Related
Last updated