Uri.appendPath

Append a path onto the end of the path in the URI. The path is not normalized, call #gst.uri.Uri.normalize to normalize the path.

class Uri
bool
appendPath
(
string relativePath = null
)

Parameters

relativePath string

Relative path to append to the end of the current path.

Return Value

Type: bool

true if the path was appended successfully.