Remove an empty directory. Fails if the directory is not empty. Use deletePath to remove a non-empty directory recursively.
deletePath
Path of the directory to remove. ~ is expanded.
~
true on success, false on failure.
true
false
Remove an empty directory. Fails if the directory is not empty. Use
deletePathto remove a non-empty directory recursively.