Difference between revisions of "love.filesystem.getWorkingDirectory"

m (included link to other languages)
m (included link to other languages)
Line 14: Line 14:
 
{{#set:Description=Gets the current working directory.}}
 
{{#set:Description=Gets the current working directory.}}
 
== Other Languages ==
 
== Other Languages ==
{{i18n|love.filesystem.getWorkingDirectory}
+
{{i18n|love.filesystem.getWorkingDirectory}}

Revision as of 22:46, 3 January 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