Rebol Programming/local-request-file

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

LOCAL-REQUEST-FILE parms 

DESCRIPTION:[edit | edit source]

Creates an OS-specific file requester

LOCAL-REQUEST-FILE is a native value.

ARGUMENTS:[edit | edit source]

  • parms -- Parameter block (Type: block)

SOURCE CODE[edit | edit source]

local-request-file: native[
    "Creates an OS-specific file requester" 
    parms [block!] "Parameter block"
]