Flexible NC programming
1.19 Delete file (DELETE)
Job planning
136 Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
1.19 Delete file (DELETE)
Function
The DELETE command can be used to delete all files, irrespective of whether these were
created using the
WRITE command or not. Files that were created using a higher access
authorization can also be deleted with
DELETE.
Syntax
DEF INT <error>
DELETE(<error>,"<file name>")
Significance
DELETE: Command for deleting the specified file.
Variable for returning the error value.
Type. INT
0 No error
1 Path not allowed
2 Path not found
3 File not found
4 Incorrect file type
11 The file is in use
12 No resources available
<error>:
Value:
20 Other error