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

Usage in Deno

import type mod from "node:path";
PlatformPath.join(...paths: string[]): string

Join all arguments together and normalize the resulting path.

Parameters

...paths: string[]

Return Type

string

Throws

TypeError

if any of the path segments is not a string.