FileSystem.deleteFile

Delete a file.

class FileSystem
bool
deleteFile
(
string path
)

Parameters

path string

The paths of the file to be delete.

Return Value

Type: bool

true on success, false if there was an error.