Re: Directory info?
- Posted by DonCCole Sep 21, 2008
- 1019 views
euphoric said...
DonCCole said...
I thought of that but how would retrieve the data? Say into a .dat file.
In your program do
system( "dir > myfile.txt", 2 )
Thanks Euphoric this is what I was looking for but didn't know how to do.