Skip to main content
Module

std/fs/mod.ts>ensureSymlinkSync

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