< Rebol Programming

USAGE:

LOCAL-REQUEST-FILE parms 

DESCRIPTION:

Creates an OS-specific file requester

LOCAL-REQUEST-FILE is a native value.

ARGUMENTS:

  • parms -- Parameter block (Type: block)

SOURCE CODE

local-request-file: native[
    "Creates an OS-specific file requester" 
    parms [block!] "Parameter block"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.