Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/tools/release/deps.ts>dax.PathRef#createSymlinkTo

A modern runtime for JavaScript and TypeScript.
Go to Latest
method dax.PathRef.prototype.createSymlinkTo
Re-export
import { dax } from "https://deno.land/x/deno@v1.38.4/tools/release/deps.ts";
const { PathRef } = dax;

Creates a symlink to the provided target path.

Returns

Promise<void>

Creates a symlink at the provided path with the provided target text.

Parameters

target: string
optional
opts: SymlinkOptions

Returns

Promise<void>