< Rebol Programming

USAGE:

TO-LOCAL-FILE path 

DESCRIPTION:

Converts a REBOL file path to the local system file path.

TO-LOCAL-FILE is a native value.

ARGUMENTS

  • path -- (Type: file string)

SOURCE CODE

to-local-file: native[
    {Converts a REBOL file path to the local system file path.} 
    path [file! string!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.