KILL

KILL Path

Removes an existing file. Its file name is the string Path.

If you want to remove a directory, use RMDIR.

Examples

TRY KILL "/tmp/testfile"

See also