folder:regex:^(.*)$ fileexists:\1.zip (finds folders with the same name with a specific zip file if it exists)
I was wondering if it is possible to make this work without specifying the file name of the zip file.
I am looking for a way to find zip files that they don't have a correspondent folder (with the same name) in the same path (in other words which zip files I have not extracted yet)
Thank you so much for your help!