URL.join Method
Parent Object: URLDefined in namespace "adsk::core" and the header file is <Core/Application/URL.h>
Description
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".
Syntax
Return Value
Type | Description |
URL | Returns the joined URL. |
Parameters
Name | Type | Description |
path | string | The path to join to this URL. |