Reputation: 17320
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,
Upvotes: 1
Views: 440
Reputation: 281505
Use the GetLongPathName API.
Upvotes: 4