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