[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Return name of system's temporary directory
Source position: line 0
function GetTempDir( |
Global: Boolean |
):String; |
GetTempDirreturns the temporary directory of the system. If Globalis True(the default value) it returns the system temporary directory, if it is Falsethen a directory private to the user is returned. The returned name will end with a directory delimiter character.
These directories may be the same. No guarantee is made that this directory exists or is writeable by the user.
The OnGetTempDirhandler may be set to provide custom handling of this routine: One could implement callbacks which take into consideration frameworks like KDE or GNOME, and return a different value from the default system implementation.
On error, an empty string is returned.
|
Handler for GetTempDirfunction. |
|
|
Return the name of a temporary file. |