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,
Use the GetLongPathName API.