Specify folders full or partial to exclude from watching. Leaving this field blank will not exclude any folders. Unless wildcards are used, e.g. filter, only strict matching against the full relative path will be applied. Assume the watched directory is \\root\watchedDir\: if the filter is subDir \\root\watchedDir\subDir\ and all its chilldren will be matched \\root\watchedDir\subDir2\ will not be matched \\root\\watchedDir\someOtherDir\subDir\ will not be matched if the filter is subDir* \\root\watchedDir\subDir\ and all its chilldren will be matched \\root\watchedDir\subDir2\ and all its chilldren will be matched \\root\\watchedDir\someOtherDir\subDir\ will not be matched if the filter is subDir \\root\watchedDir\subDir\ and all its chilldren will be matched \\root\watchedDir\subDir2\ and all its chilldren will be matched \\root\\watchedDir\someOtherDir\subDir\ and all its chilldren will be matched if the filter is **dir \\root\watchedDir\subDir\ will not be matched \\root\watchedDir\subDir2\ will not be matched \\root\\watchedDir\someOtherDir\subDir\ and all its chilldren will be matched |