In this case, the junction target is shown as "xyzxyz"mkdir abc
mklink /d xyz abc
In this case, the junction target is shown as "..\abc..\abc"mkdir abc
mkdir def
cd def
mklink /d xyz ..\abc
Also, it will be good to show the junction target "as is" instead of translate it to an absolute path so that we can know it is a relative one.
XYplorer Beta Club