You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll look into that. As I'm at a conference in a few days, it might take me until after it to fix it, at least there can not be a release before I'm back.
Describe the bug
canonical("//./UNC/localhost/c$/foo")
throws exceptionTo Reproduce
See above
Expected behavior
MSVC STL gives
\\localhost\c$\foo
Additional context
OS Windows
maybe use
GetFinalPathNameByHandleW
The text was updated successfully, but these errors were encountered: