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
Re: exclude files in folders containing a specific word
Does including the following in your search help:
!*keep*\*
!*keep*\*
Re: exclude files in folders containing a specific word
yep! perfect, thank you