Exclude Paths During Search

General discussion related to "Everything".
Post Reply
crescent
Posts: 2
Joined: Sat Jan 06, 2024 8:37 pm

Exclude Paths During Search

Post by crescent »

Is it possible to exclude folders with that contain certain names while searching? For example, I want to search for "*.mp4" but I want to exclude paths that contain the name "Snapshot" and "Transcode". So now it will only show me results if the path does not contain those strings.
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exclude Paths During Search

Post by void »

Please try the following search:

!\snapshot !\transcode *.mp4

! = NOT

Exclude files/folders
Omit Results
crescent
Posts: 2
Joined: Sat Jan 06, 2024 8:37 pm

Re: Exclude Paths During Search

Post by crescent »

Thank you, that works great
Post Reply