Kill

Deletes a file

Kill <File Path Name> 

Parameters
<File Path Name>
The file path of the file to be deleted (character string type).

Return Value
None.

Description
<File Path Name>: Always specify an absolute path with the drive name included.
Wild Cards cannot be used in the <File Path Name>.Refer to refWild Cards - Macro Program Rules for details on Wild Cards.
Files will not be deleted in the cases stated below.
The file specified for deletion does not exist.
The desk drive is not connected.

Example
Delete file "1280-720.bmp" in Drive C.
      Kill "C:\1280-720.bmp"