Difference between revisions of "love.filesystem.getWorkingDirectory"

m (included link to other languages)
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current working directory.}}
 
{{#set:Description=Gets the current working directory.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.filesystem.getWorkingDirectory}}
 
{{i18n|love.filesystem.getWorkingDirectory}}

Revision as of 09:39, 25 March 2011

Gets the current working directory.

Function

Synopsis

cwd = love.filesystem.getWorkingDirectory( )

Arguments

None.

Returns

string cwd
The current working directory.

See Also


Other Languages