method default.PlatformPath.join
Jump to headingPlatformPath.join(...paths: string[]): string
Join all arguments together and normalize the resulting path.
Parameters Jump to heading
Jump to heading<span>...paths</span>: string[]
Return Type Jump to heading
string
Throws Jump to heading
TypeError
if any of the path segments is not a string.