path.join([...paths]) ...paths : a sequence of paths segments return : string
The path.join() method joins all given path segments together using the platform-specific separator as a delimiter, then normalizes the resulting path.