love.filesystem.setSource

Sets the source of the game, where the code is present. This function can only be called once, and is normally automatically done by LÖVE.

Function

Synopsis

love.filesystem.setSource( path )

Arguments

string path
Absolute path to the game's source folder.

Returns

Nothing.

See Also


Other Languages