{{newin|[[0.9.2]]|092|type=function}}
{{deprecatedin|[[11.0]]|110|type=function|text=This function is deprecated and is replaced by [[love.filesystem.getInfo]]}}
Gets whether a filepath is actually a symbolic link.

If symbolic links are not enabled (via [[love.filesystem.setSymlinksEnabled]]), this function will always return false.
== Function ==
=== Synopsis ===
<source lang="lua">
symlink = love.filesystem.isSymlink( path )
</source>
=== Arguments ===
{{param|string|path|The file or directory path to check.}}
=== Returns ===
{{param|boolean|symlink|True if the path is a symbolic link, false otherwise.}}
== See Also ==
* [[parent::love.filesystem]]
* [[love.filesystem.setSymlinksEnabled]]
* [[love.filesystem.areSymlinksEnabled]]
[[Category:Functions]]
{{#set:Description=Gets whether a filepath is actually a symbolic link.}}
== Other Languages ==
{{i18n|love.filesystem.isSymlink}}