Skip to main content
default.PlatformPath.format - path - Node documentation
method default.PlatformPath.format

Usage in Deno

import type mod from "node:path";
PlatformPath.format(pathObject: FormatInputPathObject): string

Returns a path string from an object - the opposite of parse().

Parameters

path to evaluate.

Return Type

string