Availability:
:- use_module(library(http/http_wrapper)).
http_relative_path(+AbsPath,
-RelPath)If ---for whatever reason--- the conversion is not possible it simply unifies RelPath to AbsPath.
:- use_module(library(http/http_wrapper)).
http_relative_path(+AbsPath,
-RelPath)If ---for whatever reason--- the conversion is not possible it simply unifies RelPath to AbsPath.