relative_url_path
FunctionSource
v_1: str = relative_url_path(path_from: str, path_to: str)
Solve the relative path.
Arguments
Requires
| Name | Type | Required | |
|---|---|---|---|
path_from | str | An anchor path. The final path is solved starting from this path. | |
path_to | str | The target path. |
Returns
| Name | Type | |
|---|---|---|
v_1 | str | The relative path from path_from to to_ppath_toath, always using forward slashes for URL compatibility. |