From: kagel AT quasar DOT bloomberg DOT com Date: Mon, 12 Aug 1996 09:20:42 -0400 Message-Id: <9608121320.AA01584@quasar.bloomberg.com > To: derithen AT wport DOT com Cc: djgpp AT delorie DOT com In-Reply-To: <320C2C4A.214D@wport.com> (derithen@wport.com) Subject: Re: scandir alternative? Reply-To: kagel AT dg1 DOT bloomberg DOT com 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