Lua:getTempFolder

From Cheat Engine
Revision as of 16:44, 21 June 2026 by Leunsel (talk | contribs) (Initial page creation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<> Lua API Reference

function getTempFolder() : string

Returns the path to the temporary folder.

Function Parameters

This function has no parameters.

Returns

string — The path to the temporary folder.

Examples

local tempFolder = getTempFolder()

print("Temp folder: " .. tempFolder)

Main Pages

Core Lua documentation entry points

Lua
Script Engine