Synchronously creates newpath as a hard link to oldpath.
newpath
oldpath
Deno.linkSync("old/name", "new/name");
Requires allow-read and allow-write permissions.
allow-read
allow-write
© 2018–2021 the Deno authors https://doc.deno.land/deno/stable/~/Deno.linkSync