How to find only a certain number of files in a subfolder?

General discussion related to "Everything".
Post Reply
Debugger
Posts: 577
Joined: Thu Jan 26, 2017 11:56 am

How to find only a certain number of files in a subfolder?

Post by Debugger »

How to find only a certain number of files in a subfolder. Range.
vanisk
Posts: 152
Joined: Sat Oct 27, 2018 11:33 am

Re: How to find only a certain number of files in a subfolder?

Post by vanisk »

count:<max>
Limit the number of results to max.

count:10
only lists first 10 items of the search list
void
Developer
Posts: 15235
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to find only a certain number of files in a subfolder?

Post by void »

childfilecount:<count> will search for folders with the specified number of files.

For example to find folders with 100 files, search for:
childfilecount:100

For example, to find folders with 50-75 files, search for:
childfilecount:50-75
Post Reply