2009/09/03 16:07

Delphi API to get windows temporary directory


When you need to access windows temp directory, you can get from environment variables.
Following is the example to Get Temporary Directory.

var
  m_tempdir: string

.
.
.

  m_tempdir := GetEnvironmentVariable('TEMP');


Trackback 0 Comment 0

Trackback : Cannot send a trackbact to this post.