跳转到内容

The Wikibooks community is developing a policy on the use of generative AI. Please review the draft policy and provide feedback on its talk page.

Rebol 编程/to-rebol-file

来自,自由的教科书

用法

[编辑 | 编辑源代码]
TO-REBOL-FILE path 

描述

[编辑 | 编辑源代码]

将本地系统文件路径转换为 REBOL 文件路径。

TO-REBOL-FILE 是一个原生值。

参数

[编辑 | 编辑源代码]
  • path -- (类型:文件字符串)

源代码

[编辑 | 编辑源代码]
to-rebol-file: native[
  {Converts a local system file path to a REBOL file path.} 
  path [file! string!]
]
取自 "https://wikibooks.cn/w/index.php?title=Rebol_Programming/to-rebol-file&oldid=3451857"
华夏公益教科书