Hello,

I would like to translate a short file name (8+3) into a long path name.

For example : TESTFILENAME.EXE is the long file name
TESTFI~1.EXE is the short one.

I know how to pass from long to short with the GetShortPathNameA API in Kernel32, but what is the reverse function call ???

Thank you...

Pascal