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?
exclude files in folders containing a specific word
-
getho
- Posts: 20
- Joined: Thu Oct 13, 2011 5:01 am
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: exclude files in folders containing a specific word
Does including the following in your search help:
!*keep*\*
!*keep*\*
-
getho
- Posts: 20
- Joined: Thu Oct 13, 2011 5:01 am
Re: exclude files in folders containing a specific word
yep! perfect, thank you 