
3 Apr
2006
3 Apr
'06
12:32 a.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