Sort folders by number of files inside them.

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
devilparada
Posts: 22
Joined: 05 May 2017 15:16

Sort folders by number of files inside them.

Post by devilparada »

How to Sort folders by numbers of files inside folders?

How to add a column "No. of files" inside folders.

highend
Posts: 13316
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Sort folders by number of files inside them.

Post by highend »

In the same way like in one of your last questions:
viewtopic.php?p=149219#p149219
but with a different script...

Code: Select all

return foldersize(<cc_item>, "<f>", 0);
or

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.

Post by devilparada »

Thank you Sir!

Post Reply