temp_directory
From YoYoGames Wiki
Description
(string): the directory of the game's temporary folder
Example
The temp_directory variable is a global variable in Game Maker that returns a the directory of a "temporary folder" created by the game during runtime. The temporary folder is deleted automatically when the game is closed. The temporary directory for the game is a subfolder of the actual temporary files directory for the user on the computer.

