Skip to main content
The Deno 2 Release Candidate is here
Learn more
function RealPath
import { RealPath } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

Returns the absolute normalized path, with symbolic links resolved.

https://deno.land/api@v1.40.3?unstable=true&s=Deno.realPath

Parameters

unnamed 0: { path: string | URL; }

Returns

Evaluates to the absolute normalized path, with symbolic links resolved.