Rebol Programming/to-local-file
USAGE:
editTO-LOCAL-FILE path
DESCRIPTION:
editConverts 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
editto-local-file: native[ {Converts a REBOL file path to the local system file path.} path [file! string!] ]