
2 Apr
2006
2 Apr
'06
6:32 p.m.
hello, I'm using filesystem in the following simple code: namespace fs = boost::filesystem; fs::path p("d:/temp"); and I got an exception saying that "d:" in the input path is invalid. What's wrong? I'm new to the fs lib. Thanks Max