Join this URL with the given path and return the resulting URL. The operation does not alter the current URL. Join inserts a slash '/' to properly extend the path, so that "http://foo".join("bar") will return "http://foo/bar", not "http://foobar".
"uRL_var" is a variable referencing a URL object.
|
"uRL_var" is a variable referencing a URL object.
|
Type | Description |
URL | Returns the joined URL. |
Name | Type | Description |
path | string | The path to join to this URL. |