{{newin|[[0.9.0]]|090|type=function}}
Returns the full path to the the .love file or directory. If the game is [[love.filesystem.isFused|fused]] to the LÖVE executable, then the executable is returned.

== Function ==
=== Synopsis ===
<source lang="lua">
path = love.filesystem.getSource( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|string|path|The full platform-dependent path of the .love file or directory.}}
== See Also ==
* [[parent::love.filesystem]]
* [[love.filesystem.isFused]]
* [[love.filesystem.getSourceBaseDirectory]]
[[Category:Functions]]
{{#set:Description=Returns the full path to the .love file or directory.}}
== Other Languages ==
{{i18n|love.filesystem.getSource}}