Mail Archives: djgpp/2000/05/26/21:00:21
netrunnr9326 AT my-deja DOT com writes:
> I've been learning C++ in my spare time for a while now, and I finally
> came up with a small program that would be useful (albeit only to a few
> people)! I think it's all within my abilities except I need some way to
> retrieve the names of files in directories,
opendir, readdir, closedir
> and get the size & date,
> etc, of specific ones.
stat
> I still can't do Windows apps, so any solutions
> would have to be for DOS for me to utilize. Any help in advance would
> be appreciated!
Read about them in the libc manual.
HTH
--
Nate Eldredge
neldredge AT hmc DOT edu
- Raw text -