Delete file
Description
Delete File removes a single file from the file system at the specified path. Use this process entry for targeted file cleanup — for example, removing a lock file after processing completes, deleting a temporary file, or clearing an obsolete configuration file. You can configure it to fail the process if the specified file does not exist.
Configurations
| Field Name | Description |
|---|---|
| Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
| File name | The name and path of the file to delete. |
| Fail if file doesn't exist | The process entry will follow the failure outgoing hop when the file to be deleted does not exist anymore and this option is switched on. The default is off. |