Creating a temporary directory in Windows?

Posted by Josh Kelley on Stack Overflow See other posts from Stack Overflow or by Josh Kelley
Published on 2008-11-10T16:50:34Z Indexed on 2010/05/11 16:04 UTC
Read the original article Hit count: 388

What's the best way to get a temp directory name in Windows? I see that I can use GetTempPath and GetTempFileName to create a temporary file, but is there any equivalent to the Linux / BSD mkdtemp function for creating a temporary directory?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about temporary-directory