0
GGGiovanny Gongora
Get the current directory
0 Comments
#include <filesystem> #include <iostream> std::filesystem::path cwd = std::filesystem::current_path();