Question

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,

Was it helpful?

Solution

Use the GetLongPathName API.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top