How to Sort folders by numbers of files inside folders?
How to add a column "No. of files" inside folders.
Sort folders by number of files inside them.
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Sort folders by number of files inside them.
In the same way like in one of your last questions:
viewtopic.php?p=149219#p149219
but with a different script...
or
viewtopic.php?p=149219#p149219
but with a different script...
Code: Select all
return foldersize(<cc_item>, "<f>", 0);Code: Select all
return gettoken(quicksearch("/fn", <cc_item>, "|"), "count", "|");One of my scripts helped you out? Please donate via Paypal
-
devilparada
- Posts: 22
- Joined: 05 May 2017 15:16
Re: Sort folders by number of files inside them.
Thank you Sir!
XYplorer Beta Club