Uri.appendPath

Append a path onto the end of the path in the URI. The path is not normalized, call #gst_uri_normalize() to normalize the path.

class Uri
bool
appendPath
()

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.

Meta