SyntaxFix
Write A Post
Hire A Developer
Questions
With C++17 you can use std::filesystem::is_directory function (https://en.cppreference.com/w/cpp/filesystem/is_directory). It accepts a std::filesystem::path object which can be constructed with a unicode path.
std::filesystem::is_directory
std::filesystem::path