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