directory search

Started by
0 comments, last by Evil Steve 18 years ago
how do you get to know what subdirectories and files are in a directory. i want to use native c++ code on windows (no .NET and dirent.h woesn't work). is there an other library to search in directories. I've looked on google and on msdn but I don't get the info i need. thanks.
Someone who uses a, euhm..., delta!?
Advertisement
See This thread. boost::filesystem will do it, or you can use FindFirstFile and friends if you just want to use Win32.

This topic is closed to new replies.

Advertisement