import { linkSync } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
Synchronously creates newname
as a hard link to oldname
.
Deno.linkSync("old/name", "new/name");
import { linkSync } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
Synchronously creates newname
as a hard link to oldname
.
Deno.linkSync("old/name", "new/name");