Function
love.filesystem.getSaveDirectory( )
Gets the full path to the designated save directory. This can be useful if you want to use the standard io library (or something else) to read or write in the save directory.
Synopsis
dir = love.filesystem.getSaveDirectory( )
Returns
dir string The absolute path to the save directory.
Copyright © 2006-2010 LÖVE Development Team.