REBOL Programming/browse

< REBOL Programming

USAGE:

BROWSE value /only 

DESCRIPTION:

Opens the default web browser.

BROWSE is a native value.

ARGUMENTS

REFINEMENTS

SOURCE CODE

browse: native[
    "Opens the default web browser." 
    value [any-string!] "The URL or file to open" 
    /only "Don't open a new window if possible"
]

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.