import { ensureLinkSync } from "https://deno.land/x/deno@v0.28.0/std/fs/ensure_link.ts";
Ensures that the hard link exists. If the directory structure does not exist, it is created.
import { ensureLinkSync } from "https://deno.land/x/deno@v0.28.0/std/fs/ensure_link.ts";
Ensures that the hard link exists. If the directory structure does not exist, it is created.