"DeleteFolder.script"

The "DeleteFolder.script" can be used to delete folder from the previously selected devices.

"DeleteFolder.script" 1:

Script variables

Path:
The "Path" contains the path on the device to be deleted.

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

0

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

1

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

On error the specified folder is not deleted.