search for folders NOT containing specific file

Discussion related to "Everything" 1.5 Alpha.
Post Reply
mmarlyse
Posts: 6
Joined: Sat Dec 17, 2022 6:27 pm

search for folders NOT containing specific file

Post by mmarlyse »

Please help me to search for folders that do contain a *.jpg file but do NOT contain any *.opf file
(f.i: folder contains "cover.jpg" but no "metadata.opf")
thanks a lot in advance.
NotNull
Posts: 5334
Joined: Wed May 24, 2017 9:22 pm

Re: search for folders NOT containing specific file

Post by NotNull »

Does the following give you the expected results?

Code: Select all

child:*.jpg   !child:*.opf


child:
Post Reply