About GetTempPath function in Win32 API

Posted by Yigang Wu on Stack Overflow See other posts from Stack Overflow or by Yigang Wu
Published on 2009-04-28T05:36:21Z Indexed on 2010/03/20 20:51 UTC
Read the original article Hit count: 270

Filed under:

Why does GetTempPath always return short path names? Is there a way to return the long path name rather than subsequently converting the returned string with GetLongPathName?

© Stack Overflow or respective owner

Related posts about winapi