Guest User

Untitled

a guest
Jan 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <filesystem>
  2. #include <string>
  3.  
  4. using filesys = std::experemental::filesystem;
  5. using std::string;
  6.  
  7. int main()
  8. {
  9. string CurrentPath(filsys::current_path().generic_string());
  10. return 0;
  11. }
Add Comment
Please, Sign In to add comment