lovr.filesystem.getExecutablePath

Edit

Returns the absolute path of the LÖVR executable.

path = lovr.filesystem.getExecutablePath()

Arguments

None

Returns

NameTypeDescription
pathstring The absolute path of the LÖVR executable, or nil if it is unknown.

See also