Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Win32/WTL/C++ 应用程序中,我需要将一些 8.3 路径转换为它们的真实文件名。我该怎么做?
谢谢,
使用GetLongPathName API。