VFSDir.remove

Remove the directory if it exists (otherwise do nothing).

Removes recursively, together with any subdirectories and files.

Warning: This will make any references to subdirectories or files in this directory invalid.

class VFSDir
@system
void
remove
()

Throws

VFSIOException if the directory could not be removed.

Meta