Lua:getAutorunPath
Jump to navigation
Jump to search
<> Lua API Reference
function getAutorunPath() : string
Returns the autorun path.
This function has no parameters.
string — The autorun path.
1 local path = getAutorunPath()
2
3 print("Autorun path: " .. path)
Main Pages
Core Lua documentation entry points
◆ Lua
◆ Script Engine
Target / Platform Helpers
Memory / Autorun Helpers
Output / Formatting
◆ printf
Disassembly Helpers
Taskbar Progress Helpers