Re: Directory info?
- Posted by DanM Sep 20, 2008
- 1090 views
I don't know if this will work or not, but given that the dos/command prompt will allow dir to get what you want, maybe you could use system() or system_exec() with the dir command to retrieve the dir info & then parse it for the parts you need?
Dan