21.11.5.7 Delete File

Deletes the specified file from the CF Card. Parameter 1 indicates the CF Card data folder. Parameter 2 indicates the name of the file to be deleted.

_CF_delete/_USB_delete (Folder name, File name)
The file name can also be specified indirectly using internal addresses.

Example expression:

_CF_delete ("\DATA", "DATA0001.BIN")

In the above example, "\DATA\DATA0001.BIN" file is deleted.