Difference between revisions of "love.filesystem.getSource"

(Created page with "{{newin|0.9.0|090|type=function}} Returns the full path to the the .love file or directory. If the game is fused to the LÖVE executable, then...")
(No difference)

Revision as of 18:13, 16 September 2016

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

Other Languages