How do find the range of the number of files in a subfolder?
Example: 400 to 600
How do find the range of the number of files in a subfolder?
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How do find the range of the number of files in a subfolder?
For files only:
childfilecount:400..600
For files or subfolders:
childcount:400..600
childfilecount:400..600
For files or subfolders:
childcount:400..600
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
Re: How do find the range of the number of files in a subfolder?
The option is not useful, because I found out that a tool such as Everything does not show the number of files, so it is still a big inconvenience.void wrote: Thu Dec 27, 2018 11:17 am For files only:
childfilecount:400..600
For files or subfolders:
childcount:400..600