Determines whether a pathname is a symbolic link.
hcl
file-link-p pathname => link-p
pathname⇩ |
A pathname designator. |
link-p |
A boolean. |
The function file-link-p
returns t
if the path specifies by pathname is a symbolic link in the filesystem and nil
otherwise.
On Windows, file-link-p
always returns nil
.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35