On Mon, 10 Aug 1998, Glenn MacGregor wrote:
> I am a unix programmer that has been assigned the horrible task of
> programming a windows application. Linux and solaris have a function
> called scandir that gets all the filenames in a directory. I need to do
> this in windows, and of course there is no such thing as scandir. I
> hvae been looking for two days. If anyone knows anything please relay
> the info.
Haven't done anything under said OS recently, but back in my dos days
there were two functions: findfirst() and findnext(), which let you loop
through the directory in the order that the files appeared on disk.
Adam