Re: Asking Advice

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"Larry Serflaten" <serflaten@xxxxxxxxx> wrote in message
news:83f0d6e2-03e7-4675-b2e5-00e50150831b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
FWIW: I get the same thing from:

Debug.Print Environ("TEMP")

<Quoting fixed>

GetTempPath() looks for TMP first, then TEMP. In either case, you have to
create the folder if doesn't already exist.

GetTempPath Function
http://msdn.microsoft.com/en-us/library/aa364992(VS.85).aspx


.



Relevant Pages

  • Again: Temp user directory
    ... Thanks to everyone in guiding me to the GetTempPath function in the windows ... It does return the path of the user's temp dir and for my app it works fine. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Again: Temp user directory
    ... >>Thanks to everyone in guiding me to the GetTempPath function in the windows ... >>It does return the path of the user's temp dir and for my app it works fine. ... > personal unit someplace. ...
    (comp.lang.pascal.delphi.misc)