FileSystem.deleteFile

bool deleteFile(string path)

Delete a file.

Parameters

pathThe paths of the file to be delete.

Returns

true on success, false if there was an error.

Throws

[ErrorWrap]