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.
Please login to continue.