Skip to main content

join

Join multiple paths together. This is a wrapper around os.path.join.

def join(
paths: str
) - > str

Join multiple paths together. This is a wrapper around os.path.join.

Parameters

NameTypeDescription
pathsstrPaths to be joined into a single path string.

Returns

TypeDescription
strThe joined path as a string.