I am trying to convert file paths to / from Linux and Windows on a Windows Machine.
the unix path to windows works fine.
$ cygpath -w /cygdrive/c/CYGWIN/CYGBuild/build.mak C:\CYGWIN\CYGBuild\build.mak
But the Windows path to Linux gives the wrong conclusion. ie Missing '/' as well as cygdrive
$ cygpath -uc:\cygwin\cygbuild\build.mak c:cygwincygbuildbuild.mak
Has anyone encountered this issue? Share your experience.
thanks
source share