exclude files in folders containing a specific word

General discussion related to "Everything".
Post Reply
getho
Posts: 20
Joined: Thu Oct 13, 2011 5:01 am

exclude files in folders containing a specific word

Post by getho »

this is my search

!print !psb ext:psd "D:\my\path\"

these files are typically in a folder called "processed" that is about 5 subfolders down from the root of the search

Is there a way to exlude files that are in a folder with, say, "keep" in its name?
void
Developer
Posts: 15480
Joined: Fri Oct 16, 2009 11:31 pm

Re: exclude files in folders containing a specific word

Post by void »

Does including the following in your search help:

!*keep*\*
getho
Posts: 20
Joined: Thu Oct 13, 2011 5:01 am

Re: exclude files in folders containing a specific word

Post by getho »

yep! perfect, thank you :)
Post Reply