Determine legality of a path using std::filesystem under Windows?
In C++20, is it possible to check the legality of a path using std::filesystem
under Windows?
In C++20, is it possible to check the legality of a path using std::filesystem
under Windows?