Skip to main content
realpathSync.native - fs - Node documentation
function realpathSync.native

Usage in Deno

import { realpathSync } from "node:fs";
native(
path: PathLike,
options?: EncodingOption,
): string

Parameters

path: PathLike
optional
options: EncodingOption

Return Type

string
native(): Buffer

Parameters

Return Type

Buffer
native(
path: PathLike,
options?: EncodingOption,
): string | Buffer

Parameters

path: PathLike
optional
options: EncodingOption

Return Type

string | Buffer