Difference between revisions of "love.filesystem.getUserDirectory"

m (1 revision: Imported docs from potato.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Returns the path of the user's directory
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
* [[parent::love.filesystem]]
 
* [[parent::love.filesystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns the path of the user's directory}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|love.filesystem.getUserDirectory}}

Latest revision as of 09:39, 25 March 2011

Returns the path of the user's directory

Function

Synopsis

path = love.filesystem.getUserDirectory( )

Arguments

None.

Returns

string path
The path of the user's directory

See Also


Other Languages