file-symlink-p
file-symlink-p is a built-in function in `C source code
'.
(file-symlink-p FILENAME)
Return non-nil if file FILENAME is the name of a symbolic link.
The value is the link target, as a string.
Otherwise it returns nil.
This function does not check whether the link target exists.