Tech Support > Microsoft Windows > Development Resources > Obtaining temp directory
Obtaining temp directory
Posted by /dev/null on December 20th, 2003


Hi!

I need to open file in temp directory. Is there any function that
returns path to it (like GetWindowsDirectory() or GetSystemDirectory())?
If not - I noticed that path to temp directory is stored in TMP and TEMP
system variables. How can "extract" values from such variables?

Thanks in advance.

Posted by Allan M on December 20th, 2003


Look up GetTempPath


/dev/null </dev/null@localhost.ld> wrote in article
<bs079t$ib2$1@nemesis.news.tpi.pl>...

Posted by /dev/null on December 20th, 2003


Thank, that is the fuction!

Allan M wrote:


Similar Posts