This action is used to remove a single file or an entire group of files (using a wildcard). Property Name | Data Type | Description |
|---|
CheckSharedFile | Boolean | Ignored in Paquet Builder 2.9. Provided for compatibility issues. | | Filename | String | If UseWildcard is set to false, then it should point to the full path to the file to delete. Example: %DESTPATH%\Temp\RegOCX.Bat If UseWildcard is set to true, then it should be the path + the source wildcard. For instance %DESTPATH\Templates\*.* | | RemoveAtStartup | Boolean | Ignored in Paquet Builder 2.9. Provided for compatibility issues. | | UseWildcard | Boolean | To remove a single file, leave this property to false. If you want to delete an entire group of files based on a source wildcard, turn this property on. |
Also have a look at the Delete a folder custom action.
Paquet Builder Help - Copyright © G.D.G. Software. All rights reserved. |