Returns the application data directory (could be the same as getUserDirectory)
== Function ==
=== Synopsis ===
<source lang="lua">
path = love.filesystem.getAppdataDirectory( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|string|path|The path of the application data directory}}
== See Also ==
* [[parent::love.filesystem]]
[[Category:Functions]]
{{#set:Description=Returns the application data directory (could be the same as getUserDirectory)}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.filesystem.getAppdataDirectory}}