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