[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Handler for GetTempDirfunction.
Source position: osutilsh.inc line 53
var OnGetTempDir: TGetTempDirEvent; |
OnGetTempDircan be used to provide custom behaviour for the GetTempDirfunction. Note that the returned name should have a trailing directory delimiter character.
|
Return name of system's temporary directory |
|
|
Handler for GetTempFileNamefunction. |