method DenoHost.realPath
DenoHost.realPath(path: string): Promise<string>

Resolve a path to its canonical absolute form, following symlinks.

Parameters

path: string

Return Type

Promise<string>

Usage

import { type DenoHost } from "runtime/src/index.ts";