
26 Apr
2004
26 Apr
'04
9:42 a.m.
Martin wrote:
I have used the filesystem library for some time now and noticed that there is no portable way of iterating over files in a directory that matches a pattern.
In my applications I often need to find all files in a directory that matches "*.txt" or "input.*".
There was a proposal (and some code) for a globbing iterator some time ago. http://aspn.activestate.com/ASPN/Mail/Message/1977422 The OP uploaded his proposal to Yahoo files. It's named "globiter.zip". HTH, Angus