Re: Temp folder question
From: AlanGLLoyd (alanglloyd_at_aol.com)
Date: 11/05/03
- Next message: Rob Kennedy: "Re: TCollection / TOwnedCollection non-streaming BUG"
- Previous message: J French: "Re: Temp folder question"
- In reply to: Paul: "Temp folder question"
- Next in thread: Bruce Roberts: "Re: Temp folder question"
- Reply: Bruce Roberts: "Re: Temp folder question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 05 Nov 2003 16:46:29 GMT
In article <8nrhqvop5iej9nu383oculfc6lb972lqhn@4ax.com>, Paul <paul@none.com>
writes:
>a) Is this the "correct" way to obtain the windows temp path on all
>versions of Windows, including W2K (NT not needed).:-
>
MSDN says of GetTempPath ...
"Windows 95/98: The GetTempPath function gets the temporary file path as
follows:
The path specified by the TMP environment variable.
The path specified by the TEMP environment variable, if TMP is not defined or
if TMP specifies a directory that does not exist.
The current directory, if both TMP and TEMP are not defined or specify
nonexistent directories.
Windows NT/2000: The GetTempPath function does not verify that the directory
specified by the TMP or TEMP environment variables exists. The function gets
the temporary file path as follows:
The path specified by the TMP environment variable.
The path specified by the TEMP environment variable, if TMP is not defined.
The Windows directory, if both TMP and TEMP are not defined. "
It returns the _path_, which includes the final backslash. OTOH if you use
PathAppend it takes care of the backslash between path and filename.
The note above re Win NT/2K is relevant and indicates that one should check
that the directory exists and/or do a ForceDirectory on the path.
Alan Lloyd
alanglloyd@aol.com
- Next message: Rob Kennedy: "Re: TCollection / TOwnedCollection non-streaming BUG"
- Previous message: J French: "Re: Temp folder question"
- In reply to: Paul: "Temp folder question"
- Next in thread: Bruce Roberts: "Re: Temp folder question"
- Reply: Bruce Roberts: "Re: Temp folder question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|