在Rebol 3 GUI(Saphir build)中请求文件的正确方法

时间:2013-08-05 23:33:10

标签: filenames rebol rebol3

以下是使用request-file将文件类型值转换为单词的正确方法吗?

view [
    text "Get file type value into a word"

    button "Target File Path" on-action [
        set 'fn1 request-file
    ]
 ]

 :fn1 ; a file value now in this word in our ad hoc scripting context

我只想展示如何弹出文件选择对话框,然后在REPL中使用该值。

1 个答案:

答案 0 :(得分:2)

如果你使用

就足够了
fn1: request-file