pathSymlink

fnErrno pathSymlink(const(char) * oldPath, Size oldPathLen, Fd fd, const(char) * newPath, Size newPathLen) extern(C) nothrow @nogc @wasi @importName("path_symlink")

Create a symbolic link.

Note

This is similar to symlinkat in POSIX.