{{newin|[[0.5.0]]|050|type=function}}
Gets the current working directory.

== Function ==
=== Synopsis ===
<source lang="lua">
cwd = love.filesystem.getWorkingDirectory( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|string|cwd|The current working directory.}}
== See Also ==
* [[parent::love.filesystem]]
[[Category:Functions]]
{{#set:Description=Gets the current working directory.}}
== Other Languages ==
{{i18n|love.filesystem.getWorkingDirectory}}