From: Jorge Goncalvez <[EMAIL PROTECTED]>
> Hi, I wonder if Perl under windows know short path like  dos with
> tildes on it. Thanks.

        use Win32;
        print Win32::GetShortPathName( 'c:\program files'), "\n";
        print Win32::GetLongPathName( 'c:\PROGRA~1'), "\n";

Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to