22.11.7.1 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:

Defining the file name with a text string

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

Defining the file name with an internal device

_CF_delete ("\DATA", [w:[#INTERNAL]LS0100])

In this example, a file name is stored in LS0100 through LS0106 as follows.

For example, when Text Data Mode = 1

The above expression deletes the file "\DATA\DATA0001.BIN".