Hey all,
I have this one folder with ~65K subfolders, each containing 2 to 5 files, of which one or more are PDFs.
I want to isolate the subfolders that have more than one PDF file.
I thought this could do it:
ext:pdf childfilecount:>1
But it did not.
Any suggestions?
Thanks in advance!
How to find subfolders with more than 1 pdf?
Re: How to find subfolders with more than 1 pdf?
Please try the following Everything 1.5 search:
child-file:
child-occurrence-count:
childfile:*.pdf child-occurrence-count:>1
child-file:
child-occurrence-count:
Re: How to find subfolders with more than 1 pdf?
Thanks!
It doesn't seem to work in 1.4.1.1026.
I'll test ii in 1.5 and let you know.
Thanks!
It doesn't seem to work in 1.4.1.1026.
I'll test ii in 1.5 and let you know.
Thanks!
Re: How to find subfolders with more than 1 pdf?
Works perfectly!
Thanks a lot! Much appreciated!
Thanks a lot! Much appreciated!