【发布时间】:2021-07-16 01:16:23
【问题描述】:
我想在 Applescript(Automator 内部)中使用 Automator 变量,但我没有在网上找到有关如何操作的任何信息。 This is my Automator project,这是 Applescript:
tell application "Finder"
delete file Path
empty trash
end tell
end run
【问题讨论】:
标签: variables applescript automator