lovr.filesystem.getAppdataDirectory
EditReturns the application data directory. This will be something like:
C:\Users\user\AppData\Roaming
on Windows./home/user/.config
on Linux./Users/user/Library/Application Support
on macOS.
path = lovr.filesystem.getAppdataDirectory()
Arguments
None
Returns
Name | Type | Description |
path | string | The absolute path to the appdata directory. |