delete_path
The delete_path
function deletes the specified directory, but only if it is empty.
Syntax
delete_path( path )
Arguments
Argument | Description |
---|---|
path
|
(string) The empty directory to delete. |
Returns
Nothing.
Example
delete_path( "C:\MyFolder\AnotherFolder\" )