By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!> C:\Tools is a junction to C:\Program Files\Tools.
>
> C:\User\temp>echo %@truename["C:\Tools"]
> c:\Program Files\Tools
>
> C:\User\temp>echo %@truename["C:\Tools\Wc.exe"]
> C:\Tools\Wc.exe
>
> Should not the second display value be "c:\Program Files\Tools\Wc.exe"?