FolderMustHaveRegex
A regular expression to choose the folders to process. The name of a folder must match the regular expression, otherwise it is ignored.
To process a path that includes multiple folders, all of the folder names must match the regular expression. For example, to process files in /FileSystem/Folder/Subfolder/...
you might set FolderMustHaveRegex=Folder|Subfolder
.
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | FolderMustHaveRegex=important
|
See Also: | FolderCantHaveRegex |