Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@0.171.0/fs/ensure_symlink.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