FileSystem.deleteFiles

bool deleteFiles(string[] paths)

Delete many files.

Parameters

pathsThe paths of the files to be delete.

Returns

true on success, false if there was an error.

Throws

[ErrorWrap]