I want to iterate over all files in a directory matching something like somefiles*.txt.
somefiles*.txt
Does boost::filesystem have something built in to
boost::filesystem
I believe the directory_iterators will only provide all files in a directory. It up to you to filter them as necessary.