$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Wang Weiwei (wwwang_at_[hidden])
Date: 2006-04-02 20:32:45
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