std.fs
symlink(src, dst) -> ok, err
src
dst
ok
err
Create a symbolic link
Creates a symbolic link at dst pointing to src. The argument order matches ln -s src dst. Returns nil and an error string on failure.
ln -s src dst