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

x/deno/cli/js/realpath.ts>realpath

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

Returns absolute normalized path with symbolic links resolved.

  const realPath = await Deno.realpath("./some/path");

Parameters

path: string

Returns

Promise<string>