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
Exclusions in Filters
Re: Exclusions in Filters
Please try searching for:
Where C:\A is your Folder A.
! = NOT
Code: Select all
"C:\A\" !"C:\A\3\" !"C:\A\20\"
! = NOT