how do i filter out files in a directory that have a certain name?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
BigDan
Posts: 51
Joined: Tue May 23, 2017 9:24 pm

how do i filter out files in a directory that have a certain name?

Post by BigDan »

I know how to filter out files in folders when I have the specific path. But I'd like to filter out all files when the folder has a certain name. In this case there's a folder called appsumo. I'd like to filter out all the search results *any time* appsumo is in the file path. How do I do this?

Thanks!
NotNull
Posts: 5296
Joined: Wed May 24, 2017 9:22 pm

Re: how do i filter out files in a directory that have a certain name?

Post by NotNull »

Add
!\appsumo\
to your search query.

( ! means NOT in Everything lingo)
BigDan
Posts: 51
Joined: Tue May 23, 2017 9:24 pm

Re: how do i filter out files in a directory that have a certain name?

Post by BigDan »

Thanks! If the folder name is longer can I just type in "!\appsumo" ?
NotNull
Posts: 5296
Joined: Wed May 24, 2017 9:22 pm

Re: how do i filter out files in a directory that have a certain name?

Post by NotNull »

Correct.
And if the appsumo part is somewhere in the middle of the foldername, you can use
\*appsumo*\

If at the end of the foldername:
appsumo\
BigDan
Posts: 51
Joined: Tue May 23, 2017 9:24 pm

Re: how do i filter out files in a directory that have a certain name?

Post by BigDan »

awesome thanks!
Post Reply