How do find the range of the number of files in a subfolder?

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

How do find the range of the number of files in a subfolder?

Post by Debugger »

How do find the range of the number of files in a subfolder?

Example: 400 to 600
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: How do find the range of the number of files in a subfolder?

Post by void »

For files only:
childfilecount:400..600

For files or subfolders:
childcount:400..600
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Re: How do find the range of the number of files in a subfolder?

Post by Debugger »

void wrote: Thu Dec 27, 2018 11:17 am For files only:
childfilecount:400..600

For files or subfolders:
childcount:400..600
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.
Post Reply