I use Linux subsystem of windows 10(windows 10 version 1803)
I can use command line:
user@laptop:~$ wslpath -w /c/
C:\
But when I try to use
user@laptop:~$ wslpath -w ~
wslpath: /home/user: Result not representable
Even I use:
user@laptop:~$ wslpath -w /home/user
wslpath: /home/user: Result not representable
why? how to translate the /home/user to windows path?
my home folder path in windows is C:\Users\winuser\AppData\Local\lxss\home
I expect some command line can give me return that string.