yip

var
  buffer : array[0..MAX_PATH];
begin
  Gettemppath(buffer,MAX_PATH);
  Showmessage(StrPas(buffer));
end;

Thats from memory, but since I did it last night, it should be right.

Jeremy

-----Original Message-----
From: Alistair George <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Date: Tue, 4 Feb 2003 11:43:28 +1300
Subject: [DUG]:  Windows temporary directory

> Hi all. Anyone remember the call to get the current windows tempdir?
> Thanks,
> Alistair+
> 
> -----------------------------------------------------------------------
> ----
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED] 
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to