pathReadLink

fnErrno pathReadLink(Fd fd, const(char) * path, Size pathLen, ubyte * buf, Size size, Size * outSize) @importName("path_readlink")

Read the contents of a symbolic link.

Note

This is similar to readlinkat in POSIX.