Using Boost Filesystem Directory Iterating

Started by
1 comment, last by DigiMan Shart 15 years, 1 month ago
Everywhere I look everyone keeps saying to use Boost Filesystem to iterate through directories to find files and open them, the problem is that when I lookup the documentation it's difficult, for me anyways, to decipher how to actually do that in code. If someone could point to a better reference or offer advice it'd be much appreciated. Thank you.
Alabama Man!!!
Advertisement
The example programs are good starting points to Boost.Filesystem. For example, this one demonstrates how you can traverse a directory and print its contents.

But probably your requirements are more involved, what do you want to do exactly?
That's actually what I was looking for. Thank you Metsan.
Alabama Man!!!

This topic is closed to new replies.

Advertisement