Skip to main content
Go to Latest
function ensureLinkSync
import { ensureLinkSync } from "https://deno.land/std@0.88.0/fs/ensure_link.ts";

Ensures that the hard link exists. If the directory structure does not exist, it is created.

Parameters

src: string

the source file path. Directory hard links are not allowed.

dest: string

the destination link path