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
| Name | Type | Description |
|---|---|---|
| paths | str | Paths to be joined into a single path string. |
Returns
| Type | Description |
|---|---|
str | The joined path as a string. |