append_path


Description:

[ Version ( since = "1.6" ) ]
public bool append_path (string? relative_path)

Append a path onto the end of the path in the URI.

The path is not normalized, call normalize() to normalize the path.

Parameters:

this

The Uri to modify.

relative_path

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

Returns:

true if the path was appended successfully.