Relative symbolic shown incorrectly in latest beta 18.50

Things you’d like to miss in the future...
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
Post Reply
univert
Posts: 28
Joined: 14 Aug 2010 10:03

Relative symbolic shown incorrectly in latest beta 18.50

Post by univert »

mkdir abc
mklink /d xyz abc
In this case, the junction target is shown as "xyzxyz"
mkdir abc
mkdir def
cd def
mklink /d xyz ..\abc
In this case, the junction target is shown as "..\abc..\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.

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Relative symbolic shown incorrectly in latest beta 18.50

Post by admin »

Confirmed. The last fix wasn't good enough.
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.
Agreed.

Post Reply