2007-12-05 boost::filesystemネタ C++ boost::filesystem::path p( boost::filesystem::current_path()/"test.bin" ); p.string() //=>これで std::stringに変換できる。