Re: Directory info?
- Posted by DonCCole Sep 21, 2008
- 1064 views
DanM said...
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
Thanks again Dan.
I thought of that but how would retrieve the data? Say into a .dat file.