How to retrieve Directories size including all sub-directories?
- by vikingosegundo
I have stored images from the net like this
Documents/imagecache/domain1/original/path/inURI/foo.png
Documents/imagecache/domain2/original/path/inURI/bar.png
Documents/imagecache/...
Documents/imagecache/...
Now I'd like to check the size of imagecache including all it sub-directories.
Is there a convenient way of doing it — preferable without crawling through all the data manually?