Lua:getTempFolder
Jump to navigation
Jump to search
<> Lua API Reference
function getTempFolder() : string
Returns the path to the temporary folder.
This function has no parameters.
string — The path to the temporary folder.
local tempFolder = getTempFolder()
print("Temp folder: " .. tempFolder)
Main Pages
Core Lua documentation entry points
◆ Lua
◆ Script Engine