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

x/deno/cli/js/read_link.ts>readlinkSync

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

Returns the destination of the named symbolic link synchronously.

  const targetPath = Deno.readlinkSync("symlink/path");

Parameters

name: string

Returns

string