Difference between revisions of "love.filesystem.getWorkingDirectory"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Gets the current working directory. | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 13: | Line 13: | ||
* [[parent::love.filesystem]] | * [[parent::love.filesystem]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Gets the current working directory.}} |
Revision as of 16:17, 14 February 2010
Gets the current working directory.
Function
Synopsis
cwd = love.filesystem.getWorkingDirectory( )
Arguments
None.
Returns
string cwd
- The current working directory.