{{newin|[[0.5.0]]|050|type=function}}
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.
== Function ==
=== Synopsis ===
<source lang="lua">
dir = love.filesystem.getSaveDirectory( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|string|dir|The absolute path to the save directory.}}
== See Also ==
* [[parent::love.filesystem]]
[[Category:Functions]]
{{#set:Description=Gets the full path to the designated save directory.}}
== Other Languages ==
{{i18n|love.filesystem.getSaveDirectory}}