FDEL/'filespec'[,IFERR,label:]
Deletes the specified file if the user has proper access to the file.
Parameter |
Description |
'filespec' |
The filespec is the pathname plus the filename you want. If the file you need is in your current directory, the filename should be sufficient to find it. The FDEL statement requires that the file extension (e.g., .PRT, .GRS) be specified. |
IFERR,label: |
Specifies a label to which the program jumps if an error occurs. |