Windows short path format to long path format

Go To StackoverFlow.com

5

Is there a windows API call or some way to translate the paths of the form

C:\Progra~1\Users\SomeU~2\

to

C:\Program Files\Users\SomeUser\
2012-04-05 14:55
by Sambatyon


9

You are looking for GetLongPathName().

2012-04-05 14:57
by David Heffernan
Is funny. I new it had to be that simple, but after google for a while I simple didn't get that one - Sambatyon 2012-04-05 18:39
Ads