lovr.filesystem.getAppdataDirectory

Edit

Returns the application data directory. This will be something like:

path = lovr.filesystem.getAppdataDirectory()

Arguments

None

Returns

NameTypeDescription
pathstring The absolute path to the appdata directory.

See also