function Deno.linkSync
Jump to headinglinkSync(oldpath: string,newpath: string,): voidSynchronously creates newpath as a hard link to oldpath.
Deno.linkSync("old/name", "new/name");
Requires allow-read and allow-write permissions.
Parameters Jump to heading
Jump to headingoldpath: stringJump to headingnewpath: stringReturn Type Jump to heading
void