functionpath.default.joinfunction join(...paths: string[]): string;Join all arguments together and normalize the resulting path.@param pathspaths to join.