Icon TempDirectory

Unit: Internal

Available In: Server Applications

function TempDirectory: String

The TempDirectory function returns the temporary files directory in the operating system for the current user account.

Examples

X := TempDirectory;  // X is 'C:\Users\User\AppData\Local\Temp\'
Image