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
When I run 'wslpath -w /mnt/c', it returns C:\WINDOWS\system32\c. I would expect it to return C:\ or something similar. Running wslpath with different paths works as expected.
When I run 'wslpath -w /mnt/c', it returns C:\WINDOWS\system32\c. I would expect it to return C:\ or something similar. Running wslpath with different paths works as expected.
$ wslpath -u c:\Documents
/mnt/c/Documents
$ wslpath -w /mnt/c/Documents
C:\Documents
$ wslpath -u c:
/mnt/c
$ wslpath -w /mnt/c
C:\WINDOWS\system32\c
$ wslpath -m /mnt/c
C:/WINDOWS/system32/c
The text was updated successfully, but these errors were encountered: