main.cpp 101 B

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