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