18 Aug
2004
18 Aug
'04
1:09 p.m.
Martin wrote:
Add to that the possibility to only iterate over specific files like "*.txt". Only the filsystem knows if "file.TXT" matches "*.txt" so the directory_iterator can't be used for this simple case
You might look at Richard Johnson's glob.hpp. http://aspn.activestate.com/ASPN/Mail/Message/1977422 The OP uploaded the code to http://groups.yahoo.com/group/boost/files/globiter.zip HTH, Angus