Home » HTTP » HTTP_WebDAV_Client » Bug #9373
scandir doesn't return file sizes
Details
| Request #9373 | scandir doesn't return file sizes |
|---|---|
| Submitted | 2006-11-18 01:03 UTC |
| From | latchkey at php dot net |
| Status | Bogus |
| Package | HTTP_WebDAV_Client |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-11-18 01:03 UTC] latchkey at php dot net
Description:
------------
Right now, it is easy to get a list of file names. It would be really cool if there way a way to also get the file size information out of dir_opendir()/scandir(). That way, I can look at a directory of files and get a list of filenames and their sizes.