FileSystem.deleteFiles
bool deleteFiles(string[] paths)Delete many files.
Parameters
paths | The paths of the files to be delete. |
Returns
true on success, false if there was an error.
Throws
[ErrorWrap]
bool deleteFiles(string[] paths)Delete many files.
paths | The paths of the files to be delete. |