Hello,
I want to exclude a folder from entire directory, for example
the folder structure us like this
c:\folder1\sub-folder\test\sub-test
c:\folder1\sub-folder2\test\sub-test
c:\folder1\sub-folder3\test\sub-test
c:\folder1\sub-folder4\test\sub-test
Now I want to exclude test folder along with its sub folders and files from entire C:
I used this parameter but it does not seem to be working
c:\folder1\*\test\*
Please let me know the exact parameter.
Exclude folder from many folders
- Posts: 1
- Joined: 1 Jul 2014
- Posts: 2520
- Joined: 22 Aug 2012
Filter specs are relative to the Left and Right location of your sync pair.
A filter can never include an absolute path.
Try adding *\test\* in your exclude filter.
See the help file for several examples.
A filter can never include an absolute path.
Try adding *\test\* in your exclude filter.
See the help file for several examples.