function Deno.linkSyncallow-readallow-writelinkSync(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. Parametersoldpath: stringnewpath: stringReturn Typevoid