Skip to main content
Module

std/fs/mod.ts>ensureSymlinkSync

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function ensureSymlinkSync
import { ensureSymlinkSync } from "https://deno.land/std@v0.34.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