This library deals with the highly platform specific task of opening a web page. In addition, is provides a mechanism similar to absolute_file_name/3 that expands compound terms to concrete URLs. For example, the SWI-Prolog home page can be opened using:
?- www_open_url(swipl(.)).
browser
is set and this is the name of a known executable, use this. The flag
may be set to Command-Mode, where mode is one of fg
or bg, requesting Command to run in foreground or
background mode. Default is bg.
library(desktop) if this library is available. On Windows
we use win_shell/2 if
it is not.
BROWSER is set and this is
the name of a known executable, use this.