|
Contents | Previous | Next | Subchapters |
| Syntax |
rmfile(file)
|
| See Also | delete , exists , rmdir , listdir , isdir |
rmfile("file.tmp")
and file.tmp exists,
O-Matrix will delete the file and respond
T
delete instead of rmfile.
If in Mlmode you enter
delete("file.tmp")
and file.tmp exists,
O-Matrix will delete the file and respond
T