Mail Archives: djgpp/1996/08/12/09:29:27
From: derithen AT wport DOT com
Date: Sat, 10 Aug 1996 15:29:30 +0900
I have several different programs that use the scandir function which
DJGPP doesn't seem to have. Is there any replacement that does pretty
much the same thing?
You can use opendir(), readdir(), closedir() and qsort() to build your own
scandir. That's the best I can suggest. I thought that scandir() is a POSIX
function? Shouldn't the library have it? I'm not home to check it
out. Anyone?
--
Art S. Kagel, kagel AT quasar DOT bloomberg DOT com
A proverb is no proverb to you 'till life has illustrated it. -- John Keats
- Raw text -