lovr.filesystem.getWorkingDirectory
EditReturns the absolute path of the working directory. Usually this is where the executable was started from.
path = lovr.filesystem.getWorkingDirectory()Arguments
None
Returns
| Name | Type | Description |
| path | string | nil |
The current working directory, or nil if it's unknown.
|