Read All Files in Directory?

Posted by cam on Stack Overflow See other posts from Stack Overflow or by cam
Published on 2010-04-28T18:51:57Z Indexed on 2010/04/28 18:57 UTC
Read the original article Hit count: 101

Filed under:
|

How would I go about reading all files in a directory?

In C# I would get a DirectoryInfo object, and get all files into a FileInfo[] object.

Is there similar functionality in the STD namespace in C++?

© Stack Overflow or respective owner

Related posts about c++

Related posts about file-io