Filesystem Functions

From SolarStrike wiki
Revision as of 03:26, 15 November 2008 by 12.201.75.247 (talk) (New page: == getPath == '''string getPath()''' Returns the full path to MicroMacro's directory. '''Example''' <source lang="lua"> path = getPath(); </source>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

getPath

string getPath()

Returns the full path to MicroMacro's directory.

Example

path = getPath();