Pascal Scripting: GetTempDir

Prototype:

function GetTempDir: String;

Description:

Returns fully qualified path of the temporary directory, with trailing backslash. Uses the Win32 function GetTempPath2 if available, and GetTempPath otherwise.