Skip to main content
Module

std/fs/mod.ts>ensureLinkSync

Deno standard library
Go to Latest
function ensureLinkSync
import { ensureLinkSync } from "https://deno.land/std@0.75.0/fs/mod.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