Difference between revisions of "love.filesystem.getUserDirectory"

 
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the path of the user's directory}}
 
{{#set:Description=Returns the path of the user's directory}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.filesystem.getUserDirectory}}
 
{{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