REMOVEFILE (REMF)
Syntax
Command
Mandatory parameter Optional parameter Mandatory keyword Optional keyword |
REMOVEFILE (<File id>)
Description
Removes the file specified by <File id>.
Diagram

Returned value type
None
Parameters
| Parameter | Description |
| <File id> | Identifier by which the file is referenced. |
Example
namefile (file-y, 'File1.txt')
removefile (file-y)
removefile (file-y)
