Skip to main content
Module

x/lume/deps/fs.ts>ensureSymlinkSync

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function ensureSymlinkSync
import { ensureSymlinkSync } from "https://deno.land/x/lume@v1.13.2/deps/fs.ts";

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

Parameters

src: string | URL

the source file path

dest: string | URL

the destination link path