DeleteFolder
0 | Simple folder deletion (on error the update sequence is aborted and an error message is issued) |
1 | Tries to delete the folder (Errors are ignored. Update sequence continues. Folder is not necessarily deleted) |
The script function "DeleteFolder" can be used to delete folders from the target device.
Deletefolder(<%Path%>,<%DeleteFlag%>);
Parameter | Description |
---|---|
<%Path%> | The path of the folder to be deleted. |
<%DeleteFlag%> | Options for the delete function. |
Example:
Deletefolder("\Hard Disk\TestFolder",0);