Deletes a file, or a file-tree.
As with many other OS-* utilities, you have to check status in OS-ERROR.
OS-DELETE file-or-dir-to-delete [ RECURSIVE ]
Delete the entire /tmp/dir tree:
OS-DELETE VALUE("/tmp/dir") RECURSIVE.
Delete the file called c:\dir\file.txt
OS-DELETE VALUE...