Search:
Forum
General C++ Programming
Opening files in a directory
Opening files in a directory
Aug 17, 2010 at 5:56pm UTC
LostCoder
(14)
I need to write a code to open a directory entered at the command prompt that finds all the files of one type(mp3) in the directory. What functions should I be looking at to do this?
Aug 17, 2010 at 7:16pm UTC
hamsterman
(4538)
There are no such functions in the standard library.
see boost :
http://www.boost.org/doc/libs/1_31_0/libs/filesystem/doc/index.htm
or microsoft :
http://msdn.microsoft.com/en-us/library/aa364418(VS.85).aspx
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs