Difference between revisions of "love.filesystem.getWorkingDirectory"
m (1 revision: Importing from potato (again).) |
m (included link to other languages) |
||
Line 1: | Line 1: | ||
− | |||
Gets the current working directory. | Gets the current working directory. | ||
== Function == | == Function == | ||
Line 14: | Line 13: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets the current working directory.}} | {{#set:Description=Gets the current working directory.}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.filesystem.getWorkingDirectory} |
Revision as of 22:45, 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
{{i18n|love.filesystem.getWorkingDirectory}