readLink

This function is POSIX-Only.

Returns the path to the file pointed to by a symlink. Note that the path could be either relative or absolute depending on the symlink. If the path is relative, it's relative to the symlink, not the current working directory.

version(StdDdoc)
string
readLink
(
R
)
()

Throws

FileException on error.

Meta