ERASE

Syntax: #ERA filenum
Related: #FILE

Erases the file opened as file number filenum.

ERASE example

#FILE 1 old.log
#ERA 1
erases file named old.log. Note that the FILE command prevents you from accessing files outside the ZMUD directory, or from accessing EXE, HLP, or MUD files.


Contents EDIT EVAL