lovr.filesystem.getSource
EditGet the absolute path of the project's source directory or archive.
path = lovr.filesystem.getSource()
Arguments
None
Returns
Name | Type | Description |
path | string |
The absolute path of the project's source, or nil if it's unknown.
|