You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

var tmp:string;
begin
	tmp := GetEnvironmentVariable('TEMP');
	.
	.
	.
end;

On Windows 10, its actual location will be similar to "C:\Users\Your User ID\AppData\Local\Temp"

  • No labels