Initializes love.filesystem, will be called internally, so should not be used explicitly.
== Function ==
=== Synopsis ===
<source lang="lua">
love.filesystem.init( appname )
</source>
=== Arguments ===
{{param|string|appname|The name of the application binary, typically <code>love</code>.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.filesystem]]
[[Category:Functions]]
{{#set:Description=Initializes love.filesystem, will be called internally, so should not be used explictly.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.filesystem.init}}