Difference between revisions of "love.filesystem.getAppdataDirectory"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Returns the application data directory (could be the same as getUserDirectory)
 
Returns the application data directory (could be the same as getUserDirectory)
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the application data directory (could be the same as getUserDirectory)}}
 
{{#set:Description=Returns the application data directory (could be the same as getUserDirectory)}}
 +
== Other Languages ==
 +
{{i18n|love.filesystem.getAppdataDirectory}}

Revision as of 09:51, 26 October 2010

Returns the application data directory (could be the same as getUserDirectory)

Function

Synopsis

path = love.filesystem.getAppdataDirectory( )

Arguments

None.

Returns

string path
The path of the application data directory

See Also

Other Languages