If you are experiencing problems with "Everything", post here for assistance.
SuperDude
Posts: 223 Joined: Thu Sep 25, 2014 7:57 pm
Post
by SuperDude » Wed Mar 01, 2017 9:50 pm
I have a lot of folders which have the same names as files, like this:
I want to find
only files with the same names, and I am using this command:
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: 5727 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Wed Mar 01, 2017 11:20 pm
!folder:
Not Folder.
void
Developer
Posts: 19903 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Thu Mar 02, 2017 7:17 am
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: 223 Joined: Thu Sep 25, 2014 7:57 pm
Post
by SuperDude » Thu Mar 02, 2017 7:16 pm
Once again, thank you, David.