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?
Sorting multiple file with these extensions
-
- Posts: 7
- Joined: Wed Oct 31, 2018 3:49 pm
Re: Sorting multiple file with these extensions
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 (.*)
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 (.*)
Re: Sorting multiple file with these extensions
You asked this before and there you abandoned the conversation halfway, before I could give you your answer.