love.filesystem.getSource

love.filesystem.getSource

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Returns the full path to the the .love file or directory. If the game is fused to the LÖVE executable, then the executable is returned.

Function

Synopsis

path = love.filesystem.getSource( )

Arguments

None.

Returns

string path
The full platform-dependent path of the .love file or directory.

See Also

doc_love
2017-03-21 15:46:13
Comments
Leave a Comment

Please login to continue.