love.filesystem.init

Initializes love.filesystem, will be called internally, so should not be used explicitly.

Function

Synopsis

love.filesystem.init( appname )

Arguments

string appname
The name of the application binary, typically love.

Returns

Nothing.

See Also


Other Languages