Extension for Directory Size and Other Functions?
Hi Guys..
I know that there are workarounds using the file extension and treelist (even list) object, however was wondering if there is an easier way... Is there an extension that will allow me to get the total size of a particular directory including the number of files within that directory?
Re: Extension for Directory Size and Other Functions?
With a combonation of the Sphax File-Folder object's browsing loop anf the regular File object, I am sure you'd be able to add up the size. ;)
Re: Extension for Directory Size and Other Functions?
Yeah thx..used that combination and it is quite easy, however I think there is an integer size value problem in the regular file object -> It doesn't give the correct file size for files bigger than 1215752191 bytes - That's why I asked if there is an easier way...
I'll try posting this problem on another thread as well, perhaps there's another workaround...thx