Deletes a file or a directory.
os.Path.delete( dname STRING) RETURNING result INTEGER
A directory can only be deleted if it is empty.
The function TRUE if the file has been successfully deleted, FALSE otherwise.