Is their a special function to count how many space the files are taking up in a directory or must I use the readdir function with a few loops and add the space each file takes individually?
Announcement
Collapse
No announcement yet.
Directories
Collapse
X
-
-
disk_total_space(string dirname) -
should do it - I used it today on localhost and got absolutely no
return though and ergo went with the filesize(each file) method.ضkii - formerly pootergeist
teckis - take your time and it'll save you time.
Comment
Comment