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?
List folder size without count subfolders
Re: List folder size without count subfolders
Define a new scripted custom column:
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...
Code: Select all
return formatbytes(foldersize(<cc_item>, "<r>", 0), "MB", 2);
Do a normal search
Tab Attributes
[x] Directory
Once the search is done add that column...
One of my scripts helped you out? Please donate via Paypal
-
Theodecarvalho
- Posts: 49
- Joined: 17 Jul 2022 11:59
Re: List folder size without count subfolders
Thanks!
Tou are a genious.
Tou are a genious.
-
Theodecarvalho
- Posts: 49
- Joined: 17 Jul 2022 11:59
Re: List folder size without count subfolders
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?
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
General - Find and Filter - [x] Cache search results
and maximum number: 0
But this is probably not enough for 20k+ search results...
and maximum number: 0
But this is probably not enough for 20k+ search results...
One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club