I would like to exclude specific folders from the search results.
e.g.
search for : some textstring
folders to be excluded:
x:\doc
y:\other doc
z:\last folder
Any suggestions?
thanks
=
How to exclude specific folders when searching?
Re: How to exclude specific folders when searching?
Code: Select all
!x:\doc\ !"y:\other doc\" !"z:\last folder\" some textstring
Re: How to exclude specific folders when searching?
Thanks a lot!
I did look at http://www.voidtools.com/support/everything/searching/
and noticed the ! parameter, but wasn't sure though.
e.g. grouping/not grouping
(also went on to try nopath:)
Ai!
just noticed the examples at the bottom, under examples...
(Limit the search to a single folder)
ahum.
I did look at http://www.voidtools.com/support/everything/searching/
and noticed the ! parameter, but wasn't sure though.
e.g. grouping/not grouping
(also went on to try nopath:)
Ai!
just noticed the examples at the bottom, under examples...

(Limit the search to a single folder)
ahum.