Mar 13, 2003 #1 3moons Programmer Mar 13, 2003 1 US How do I read in all of the filenames in a given directory. I'm used to using dirent.h in Borland, but I don't know how to in MS Visual C++??
How do I read in all of the filenames in a given directory. I'm used to using dirent.h in Borland, but I don't know how to in MS Visual C++??
Mar 13, 2003 #2 palbano Programmer Oct 9, 1998 4,341 US In the File I/O section of the Windows Platform SDK you will find the function FindFirstFile and others. good luck -pete Upvote 0 Downvote
In the File I/O section of the Windows Platform SDK you will find the function FindFirstFile and others. good luck -pete