Rebol Programming/to-local-file

USAGE: edit

TO-LOCAL-FILE path 

DESCRIPTION: edit

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

TO-LOCAL-FILE is a native value.

ARGUMENTS edit

  • path -- (Type: file string)

SOURCE CODE edit

to-local-file: native[
    {Converts a REBOL file path to the local system file path.} 
    path [file! string!]
]