ICI Modules: path: join


Modules by name : by type

Synopsis

string = path.join(array | string, ...)

Description

Join one or more path elements to form a path, the elements are concatenated separated by the value of path.separator. The components to joined may be passed as array of strings (as returned by path.split()) or given as individual arguments.