On this page
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
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.filesystem.getSource