Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
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"