How to find only a certain number of files in a subfolder?
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
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.
-
vanisk
- Posts: 152
- Joined: Sat Oct 27, 2018 11:33 am
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
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
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