Page 1 of 1

List folder size without count subfolders

Posted: 23 Sep 2023 11:50
by Theodecarvalho
Hi People

I cant find a way to do a simple search:

I need to list or organize my folders and find the biggest ones in all my HD.

BUT... I need to find folder size pure. Without count subfolders size. count only files.

Is there a way to list this?

Re: List folder size without count subfolders

Posted: 23 Sep 2023 14:18
by highend
Define a new scripted custom column:

Code: Select all

return formatbytes(foldersize(<cc_item>, "<r>", 0), "MB", 2);
Ofc the item type needs to be "Folders", not "Files"^^

Do a normal search
Tab Attributes
[x] Directory

Once the search is done add that column...

Re: List folder size without count subfolders

Posted: 23 Sep 2023 16:22
by Theodecarvalho
Thanks!

Tou are a genious.

Re: List folder size without count subfolders

Posted: 23 Sep 2023 16:27
by Theodecarvalho
Just a simple question: When I search, it finds like... 20.000 folders. I work on heavier than come back.

When I back to the tab, it reescan everything. Is there a way to keep my search without reescan everything?

Re: List folder size without count subfolders

Posted: 23 Sep 2023 16:39
by highend
General - Find and Filter - [x] Cache search results
and maximum number: 0

But this is probably not enough for 20k+ search results...