Sorting multiple file with these extensions

General discussion related to "Everything".
Post Reply
stevewills
Posts: 7
Joined: Wed Oct 31, 2018 3:49 pm

Sorting multiple file with these extensions

Post by stevewills »

I need to find all .aep files that also have mp3 and JPG files associated with them, across all my hard drives.

How would I do this?
void
Developer
Posts: 15243
Joined: Fri Oct 16, 2009 11:31 pm

Re: Sorting multiple file with these extensions

Post by void »

Unfortunately, Everything cannot do this yet...

I hope to have a search function fileexists: in a future release, eg:
path:regex:^(.*)\.aep$ fileexists:\1.jpg fileexists:\1.mp3
\1 would be replaced with the captured regex match (.*)
NotNull
Posts: 5236
Joined: Wed May 24, 2017 9:22 pm

Re: Sorting multiple file with these extensions

Post by NotNull »

You asked this before and there you abandoned the conversation halfway, before I could give you your answer.
Post Reply