$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Angus Leeming (angus.leeming_at_[hidden])
Date: 2005-06-28 19:09:21
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