include vs exclude

Get help for specific problems
Posts: 1
Joined: 14 Jan 2011

boettchersven

I have the following problem:

Source path: C:\Users\MyUser\
Exclude-Filter: \AppData\
Include-Filter: \AppData\Local\Microsoft\Windows Mail\
It doesn't work. The whole Path \AppData is exclude.

What has the higher Priority? Include or Exclude-Filter?
I only want include the "Windows Mail" directory without any directorys of
\AppData.
User avatar
Site Admin
Posts: 7279
Joined: 9 Dec 2007

Zenju

There is no priority, a file has to match both include and exclude filters.
Therefore setting include filter to "\AppData\Local\Microsoft\Windows Mail\*"
will suffice. Or just set the source directory accordingly.