"DeleteFile.script"

The "DeleteFile.script" can be used to delete files from your defined devices from a certain folder.

"DeleteFile.script" 1:

Script variables

Filepath:
The "Filepath" contains the path and the filename of the file to be deleted.

DeleteFlag:
The "DeleteFlag" can be used to specify the delete options.

0

Simple deleting of a file. On error the process is aborted and an error message is issued.

1

Tries to delete the specified file. Any errors, such as read-only files or file does not exist, are ignored. Subsequent actions are executed.

On error the specified file is not deleted.