How do I get the file count and total mb used in a directory
Posted: Wed Apr 09, 2003 9:57 pm
I am currently using " while(($file = $cldir->read()) !== false) " with a "++$filecount" to get me the total number of files in each directory.
Is there a better way?
Also how do I get the total file size of all the files in a directory?
THanks
Ron
Is there a better way?
Also how do I get the total file size of all the files in a directory?
THanks
Ron