Skip to main content
Module

x/dax/src/path.ts>PathRef#createRelativeSymlinkAt

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
method PathRef.prototype.createRelativeSymlinkAt
import { PathRef } from "https://deno.land/x/dax@0.28.0/src/path.ts";

Creates a symlink at the specified path which points to the current path using a relative path.

Parameters

linkPath: string | URL | PathRef

The path to create a symlink at which points at the current path.

optional
opts: Deno.SymlinkOptions

Returns

Promise<PathRef>

The destination path.