readlink
Returns the target of a symbolic link
Description
stringreadlink
stringpath
readlink does the same as the readlink C
function and returns the contents of the symbolic link path or &false;
in case of error.
readlink example
]]>
¬e.no-windows;
See also is_link,
symlink, and
linkinfo.