pathReadLink

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

Read the contents of a symbolic link.

Note

This is similar to readlinkat in POSIX.