29 Jun
2005
29 Jun
'05
12:09 a.m.
Chris 'Xenon' Hanson wrote:
I'm using Boost.Filesystem (along with Boost.Regex, and an unofficial glob library by Angus Leeming) to do globbing and batch file processing in a utility of mine. Environment is boost_1_32_0, Windows XP, MSVC++7.1. The Glob/Regex stuff seems fine
Note that the globbing will fail to mimic Windows' natural upper/lower case matching behaviour because that requires it to interrogate more than just the current file name. I had no idea how to address that problem so the project petered out rather. Angus