lovr.filesystem.getSaveDirectory
EditReturns the absolute path to the save directory.
path = lovr.filesystem.getSaveDirectory()Arguments
None
Returns
| Name | Type | Description |
| path | string | The absolute path to the save directory. |
Notes
The save directory takes the following form:
<appdata>/LOVR/<identity>
Where <appdata> is lovr.filesystem.getAppdataDirectory and <identity> is lovr.filesystem.getIdentity and can be customized using lovr.conf.