method path.PlatformPath.join Usage in Deno```typescript import { type path } from "node:node__path.d.ts"; ``` 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.