Skip to main content
Module

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

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

Synchronously 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

The destination path.