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>)
getPath
string getPath()
Returns the full path to MicroMacro's directory.
Example
path = getPath();