Given a string that holds a the path to a directory, is there a way to create an array of strings (or char* or whatever) where each slot in the array holds the name of a file in that directory? I've actually done this in Perl, which is incredibly simple, but I have no experience with dealing with files in this way with C++. Any help would be greatly appreciated.



LinkBack URL
About LinkBacks


