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!
how do i filter out files in a directory that have a certain name?
-
BigDan
- Posts: 62
- Joined: Tue May 23, 2017 9:24 pm
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: how do i filter out files in a directory that have a certain name?
Add to your search query.
( ! means NOT in Everything lingo)
!\appsumo\( ! means NOT in Everything lingo)
-
BigDan
- Posts: 62
- Joined: Tue May 23, 2017 9:24 pm
Re: how do i filter out files in a directory that have a certain name?
Thanks! If the folder name is longer can I just type in "!\appsumo" ?
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: how do i filter out files in a directory that have a certain name?
Correct.
And if the appsumo part is somewhere in the middle of the foldername, you can use
If at the end of the foldername:
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: 62
- Joined: Tue May 23, 2017 9:24 pm