
30 Nov
2004
30 Nov
'04
7:56 p.m.
On Tue, 2004-11-30 at 15:45, Cory Nelson wrote:
You can either construct the "hello world" path with the different checker or set it by default: boost::filesystem::path::default_name_check(boost::filesystem::native);
I suppose spaces aren't allowed by default to give maximum portability.
Yep, that fixed it. Thanks. Richard