A.28 library(www_browser): Open a URL in the users browser
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(www_browser): Open a URL in the users browser
www_open_url/1
known_browser/2
expand_url_path/2
Packages
Availability:
:- use_module(
library(www_browser)
).
(can be autoloaded)
expand_url_path
(
+Spec, -URL
)
Expand
URL
specifications similar to
absolute_file_name/3
. The predicate
url_path/2
plays the role of
file_search_path/2
.
Errors
existence_error(url_path, Spec)
if the location is not defined.