Search code examples
winapiwtl

Convert short (8.3) paths to long?


In a Win32/WTL/C++ app, I need to convert some 8.3 paths to their true file names. How do I do it?

Thanks,


Solution

  • Use the GetLongPathName API.