FileCantHaveRegex

A regular expression to choose the files to process. If the name of a file matches the regular expression, it is ignored.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

To ignore all zip files:

FileCantHaveRegex=.*\.zip

See Also: FileMustHaveRegex