Delete a directory's contents, recursively. Like arrow.file_system.FileSystem.deleteDir, but doesn't delete the directory itself. Passing an empty path ("") will wipe the entire file system tree.
The paths of the directory.
true on success, false if there was an error.
Delete a directory's contents, recursively. Like arrow.file_system.FileSystem.deleteDir, but doesn't delete the directory itself. Passing an empty path ("") will wipe the entire file system tree.