append_path_segment
Description:
Append a single path segment onto the end of the URI path.
Parameters:
| this |
The Uri to modify. |
| path_segment |
The path segment string to append to the URI path. |
Returns:
|
true if the path was appended successfully. |