Rebol Programming/to-rebol-file
USAGE:
editTO-REBOL-FILE path
DESCRIPTION:
editConverts a local system file path to a REBOL file path.
TO-REBOL-FILE is a native value.
ARGUMENTS
edit- path -- (Type: file string)
SOURCE CODE
editto-rebol-file: native[ {Converts a local system file path to a REBOL file path.} path [file! string!] ]