Function: url-file-truename
url-file-truename is a byte-compiled function defined in
url-handlers.el.gz.
Signature
(url-file-truename FILENAME)
Documentation
URL file-name-handler wrapper for file-truename call.
---
Return the truename of FILENAME.
If FILENAME is not absolute, first expands it against default-directory.
The truename of a file name is found by chasing symbolic links
both at the level of the file and at the level of the directories
containing it, until no links are left at any level.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-handlers.el.gz
(url-handlers-create-wrapper file-truename (url &optional counter prev-dirs))