ClientFile.delete(sourcePath,silent)

Deletes the file denoted by the sourcePath argument. EXAMPLE // If testfile.txt exists delete it delete testfile using sourcePath = "/tmp/testfile.txt", silent = true

Arguments:

Name Type Description Mode
sourcePath String the file pathname. in
silent Bool Ignore error.Optional. in