How to find only a certain number of files in a subfolder?
How to find only a certain number of files in a subfolder?
How to find only a certain number of files in a subfolder. Range.
Re: How to find only a certain number of files in a subfolder?
count:<max>
Limit the number of results to max.
count:10
only lists first 10 items of the search list
Limit the number of results to max.
count:10
only lists first 10 items of the search list
Re: How to find only a certain number of files in a subfolder?
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
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