Skip to main content
method default.PlatformPath.join
PlatformPath.join(...paths: string[]): string
Deprecated

Join all arguments together and normalize the resulting path.

Parameters

<span>...paths</span>: string[]

Return Type

string

Throws

TypeError

if any of the path segments is not a string.

Back to top