Difference between revisions of "love.filesystem.getAppdataDirectory"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Returns the application data directory (could be the same as getUserDirectory) | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 13: | Line 13: | ||
* [[parent::love.filesystem]] | * [[parent::love.filesystem]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Returns the application data directory (could be the same as getUserDirectory)}} |
Revision as of 16:17, 14 February 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