以下是使用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中使用该值。
答案 0 :(得分:2)
如果你使用
就足够了fn1: request-file