lovr.filesystem.getExecutablePath
EditReturns the absolute path of the LÖVR executable.
path = lovr.filesystem.getExecutablePath()
Arguments
None
Returns
Name | Type | Description |
path | string |
The absolute path of the LÖVR executable, or nil if it is unknown.
|