Richard Coutts wrote:
>>Windows/VC++ 6.0
>>
>>I need to read all of the files in a folder/directory by using simple
>>stream fuctions. I can do this if I know apriori what the names of
>>the files are, but how do you derive a list of all of the files in a
>>folder?
>>
>>Thanks!
>>Rich
>
>
> Nevermind -- I found the FindFirstFile/FindNextFile and related functions.
>
That's fine, as long as you are aware that these are not standard
functions, and therefore are not available on other platforms. They are
also not topical here, since this group is for discussion of the
standard C++ language.
-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
|