[snip]
I have been looking for a solution to get the disk size of a directory.
I would like to be able to get the size of a directory with sub
directories 
under it.
Will I need to loop through file sizes to get the total directory size? 
[/snip]

If you are on a *nix system of some sort you could exec du -h

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to