main.cpp (108B)
1 #include <boost/filesystem.hpp> 2 3 int main() 4 { 5 boost::filesystem::path my_path("c:\\"); 6 return 0; 7 }