Skip to main content
Module

x/scaffold/src/deps/fs.ts>ensureSymlinkSync

scaffold your next project with style and 💗
Latest
function ensureSymlinkSync
import { ensureSymlinkSync } from "https://deno.land/x/scaffold@0.3.0/src/deps/fs.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