FileSystem.deleteDir

bool deleteDir(string path)

Delete a directory and its contents, recursively.

Parameters

pathThe paths of the directory.

Returns

true on success, false if there was an error.

Throws

[ErrorWrap]