Home / lang / kill 
KILL
Syntax
KILL sPath

Removes an existing file. Its file name is the String sPath.

If you want to remove a directory, use RMDIR.

Examples

TRY KILL "/tmp/testfile"

See also

File & Directory Functions