filesystem::canonical fails to resolve relative path to a mapped folder #124
Labels
available on master
Fix is done on master branch, issue closed on next release
bug
Something isn't working
Windows
Windows platform is affected
Milestone
Describe the bug
It appears to be a bug in gulark's filesystem::canonical which fails to properly resolve relative path to a mapped drive. C++17 std::filesystem::canonical doesn't have this issue and properly resolves the relative path.
In this scenario C:\MOUNT_ME is a folder that is mapped to a folder on an external hard drive
G:\RTS
on Windows:ghc::filesystem::canonical
std::filesystem::canonical
Expected behavior
ghc::filesystem::canonical should behave similar to std::filesystem::canonical.
Additional context
Autodesk/maya-usd#1422
The text was updated successfully, but these errors were encountered: