
13 Feb
2005
13 Feb
'05
6:37 p.m.
Andy Little wrote:
As you've mentioned, this stems from the Boost.Filesystem library and actually I don't know, how to deal with this problem. But I'll try to investigate this and to find a way to circumvent these problems. Perhaps the authors of Boost.Filesystem could help out? Beman?
It may be possible to use boost::filesystem::path::default_name_check( name_check new_check ) function to achieve this?
I'm already using the boost::filesystem::native name checking routine, which on Windows should allow for the '+' symbol. So I'm out of ideas here.
BTW While on the subject, documentation on errors, messages, exceptions etc is a bit sparse IMO
Noted. Will add some text wrt this. Thanks! Regards Hartmut