Make EVERYTHING filter out FOLDERS with same names as files?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
SuperDude
Posts: 219
Joined: Thu Sep 25, 2014 7:57 pm

Make EVERYTHING filter out FOLDERS with same names as files?

Post by SuperDude »

I have a lot of folders which have the same names as files, like this:

Image

I want to find only files with the same names, and I am using this command:

Code: Select all

Everything.exe -name-part "%1"
However, Everything is showing folders that have extensions which makes them also share the same names as files. Is there a way to filter out the folders from the search results?
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: Make EVERYTHING filter out FOLDERS with same names as files?

Post by therube »

!folder:

Not Folder.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Make EVERYTHING filter out FOLDERS with same names as files?

Post by void »

If you wish to combine the two searches from the command prompt, please run:
Everything.exe -name-part "%1" -s file:

Note: You will need Everything 838b or later to combine different search command line options.

I should also note: file: is the same as !folder:
SuperDude
Posts: 219
Joined: Thu Sep 25, 2014 7:57 pm

Re: Make EVERYTHING filter out FOLDERS with same names as files?

Post by SuperDude »

Once again, thank you, David.
Post Reply