Contents | Index | < Browse | Browse >
DELETE FileName/Dir
This deletes the file "FileName". Now delete is recursive and will
also delete directories.
This argument can have wildcards in it :
Delete #?.bak
for example, will delete all files(or directories) ending with ".bak",
in the current directory.
The Amiga is notorious at getting invalidated hard disks, if something
goes wrong during writing or deleting a file. So be careful when
deleting stuff.
The FileName is translated, before being parsed for wild characters.