Method _Stdio.Fd()->readlinkat()


Method readlinkat

string readlinkat(string(8bit) path)

Description

Returns what the symbolic link path points to, where path is relative to the open file.

Note

This function is not available on all platforms.

See also

readlink(), symlink(), symlinkat()