twk
twk

Reputation: 17320

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,

Upvotes: 1

Views: 440

Answers (1)

RichieHindle
RichieHindle

Reputation: 281505

Use the GetLongPathName API.

Upvotes: 4

Related Questions