Uri.appendPath

bool appendPath(string relativePath = null)

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.

Parameters

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

Returns

true if the path was appended successfully.