Prototype

class function Combine(const aRootPath, aPath: string): string; overload;

class function Combine(const aRootPath, aPath: string; var aURL: string): boolean; overload;

Description

Combine a root URI with a relative path.


aPath is returned if it starts with a scheme, such as https:// or if aRootPath does not start with a scheme.

In the second form, the function returns false if both aRootPath and aPath do not start with a scheme.