From: Richard Wolf (rwolf_at_[hidden])
Date: 2004-11-30 21:56:42


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