return { summary = 'Get the location of the save directory.', description = 'Returns the absolute path to the save directory.', arguments = {}, returns = { { name = 'path', type = 'string', description = 'The absolute path to the save directory.' } }, notes = [[ The save directory takes the following form: ``` /LOVR/ ``` Where `` is `lovr.filesystem.getAppdataDirectory` and `` is `lovr.filesystem.getIdentity` and can be customized using `lovr.conf`. ]], related = { 'lovr.filesystem.getIdentity', 'lovr.filesystem.getAppdataDirectory' } }