hmmm... i failed to search in archives first, Lol! thanks btw,
--ynth > <snip> > > Windows is no POSIX conformant platform, this much is true. > opendir(), readdir(), and closedir() are not supported by Windows. Period. > > You basically have two choices: > 1) Use cygwin as you did in your test. > 2) If I recall correctly, it was me who asked this question the last > time. Please search the archives of this group for opendir(), you will > find the answer; I think the functions are named FindFirstFile() and > FindNextFile(). Maybe you will need SearchPath() as well, I don't > know. These functions are all declared in <winbase.h> . > > Regards, > Nico >
