Skip to main content
Module

x/lume/deps/fs.ts>ensureLinkSync

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

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

Parameters

src: string | URL

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

dest: string | URL

the destination link path