function Deno.linkSync
Synchronously creates newpath
as a hard link to oldpath
.
Deno.linkSync("old/name", "new/name");
Requires allow-read
and allow-write
permissions.
Return Type
🔗
void
Synchronously creates newpath
as a hard link to oldpath
.
Deno.linkSync("old/name", "new/name");
Requires allow-read
and allow-write
permissions.
void