Skip to main content
Latest
function ensureSymlinkSync
import { ensureSymlinkSync } from "https://deno.land/x/dfm@v0.11/deps.ts";

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

Parameters

src: string

the source file path

dest: string

the destination link path