Size of each folder size'd folder - how?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Size of each folder size'd folder - how?

Post by SkyFrontier »

report("{Size}", "$tk");
nor
filesize("$tk");

will not deliver the size of a "show folder size"'d folder.

get("BytesSelected") has (quoting "Help"): "If folder sizes are shown then they are included in the byte count", but it can't have tokens support.

What am I doing wrong here?
Last edited by SkyFrontier on 26 Apr 2017 16:36, edited 1 time in total.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Size of each folder size'd folder - how?

Post by highend »

Code: Select all

$rawBytes = foldersize($tk, "<r>");
?
One of my scripts helped you out? Please donate via Paypal

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Size of each folder size'd folder - how?

Post by SkyFrontier »

thanks, highend!
Forgot about FOLDERsize. :roll:
Thanks again!
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Post Reply