|
Boost : |
From: Martin (adrianm_at_[hidden])
Date: 2004-09-28 04:51:08
How do I use it in windows where case-sensitivity is a file attribute
(FILE_FLAG_POSIX_SEMANTICS).
boost::glob("*.[tT][xX][tT]", ...)
might return more files than
FindFirstFile("*.txt")/FindNextFile()
e.g. on a mounted case-sensitive filesystem
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk