![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Fastest way to calculate directory size in linuxby DrHyde (Prior) |
on Feb 02, 2012 at 10:57 UTC ( #951409=note: print w/replies, xml ) | Need Help?? |
If all you care about is the size of the directory, just use stat:
I have no idea whether stat() works on Windows or not, but it's not mentioned in perlport.
In Section
Seekers of Perl Wisdom
|
|