Skip to content

Remove Single File or Using Wildcard

This action is used to remove a single file or an entire group of files (using a wildcard).

Property NameData TypeDescription
FilenameStringIf 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\*.*
RemoveAtStartupBooleanThis will register the file to be removed by Windows on next reboot.
UseWildcardBooleanTo 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.