Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sandbox/deps.ts>fs.ensureLinkSync

🦕 Create a temporary sandbox directory which is removed when the instance is disposed
Go to Latest
function fs.ensureLinkSync
import { fs } from "https://deno.land/x/sandbox@v1.1.0/deps.ts";
const { ensureLinkSync } = fs;

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