【发布时间】:2016-06-19 23:19:14
【问题描述】:
有没有办法获得 Automator 操作的结果(例如“获取指定的文件项”或“获取选定的 Finder 项”),对其进行计数,然后使用该数字来确定 Applescript 延迟(所以如果有 5 items,命令设置为'delay 5.0')?
我有这样的想法:
tell application "Finder"
count input
set file_total to result
set result as variable
end tell
谢谢
迟到
【问题讨论】:
标签: variables applescript automator