Link to home
Start Free TrialLog in
Avatar of Fraction
Fraction

asked on

MS-Dos alias -> Long filename and path?

Hi!

I need to convert MS-Dos short file-names WITH FULL PATH to win32 long filenames. Simple I thought, but I don't understand how?
I've tried ExpandFilename, ExtractFilePath, GetFullPathName, ChDir(my path) followed by GetDir, non of this methods worked :-(
Someone help me, please!
ASKER CERTIFIED SOLUTION
Avatar of DragonSlayer
DragonSlayer
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Fraction
Fraction

ASKER

YES!!! Thanx!
It deletes the file-name if the file not exists, but I fixed that (for proper error-message only).
Works perfectly!
Thanx!