Rebol Programming/to-rebol-file

USAGE: edit

TO-REBOL-FILE path 

DESCRIPTION: edit

Converts 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 edit

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