Function: url-file-symlink-p
url-file-symlink-p is a byte-compiled function defined in
url-handlers.el.gz.
Signature
(url-file-symlink-p FILENAME)
Documentation
URL file-name-handler wrapper for file-symlink-p call.
---
Return non-nil if file FILENAME is the name of a symbolic link.
The value is the link target, as a string.
Return nil if FILENAME does not exist or is not a symbolic link,
of there was trouble determining whether the file is a symbolic link.
This function does not check whether the link target exists.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-handlers.el.gz
(url-handlers-create-wrapper file-symlink-p (url))