Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/link.ts>linkSync

A modern runtime for JavaScript and TypeScript.
Go to Latest
function linkSync
import { linkSync } from "https://deno.land/x/deno@v0.30.0/cli/js/link.ts";

Synchronously creates newname as a hard link to oldname.

  Deno.linkSync("old/name", "new/name");

Parameters

oldname: string
newname: string