Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

@truename bug?

May
238
2
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"?
 
nikbackm wrote:

> 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"?

It should be, but the Windows API is failing in that instance.

Rex Conn
JP Software
 

Similar threads

Back
Top