Del Statement
Deletes one or more files.
Syntax
Del fileName
Parameters
- fileName
- Specify the path and name of the file(s) to delete. The filename should be specified with an extension. See ChDisk for the details.
Description
Deletes the specified file(s).
Del Statement Example
Example from the command window.
> Del TEST.PTS ' Deletes the point file from the current directory.
> Del c:\TEST.PTS 'NG
!! Error: 7213 The file specified by path does not exist.
> Del c:\TEST.PTS 'OK