Exclusions in Filters

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
pek
Posts: 3
Joined: Mon Nov 10, 2014 12:31 am

Exclusions in Filters

Post by pek »

I have a folder A which contains sub-folders numbered 1 to 30. I wish to search folder A but exclude sub folders 3 & 20. Is this possible?
The reason for creating a filter is that i have 4 external drives each with a different type of content and a similar search is needed foe each drive.

Thanks
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exclusions in Filters

Post by void »

Please try searching for:

Code: Select all

"C:\A\" !"C:\A\3\" !"C:\A\20\"
Where C:\A is your Folder A.
! = NOT
Post Reply