• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

A.29 library(www_browser): Open a URL in the users browser
All Application Manual Name SummaryHelp

  • 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)
Sourceexpand_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.
ClioPatria (version V3.1.1-51-ga0b30a5)