我有一个 Applescript 应用程序,可以接收拖放到其图标上的文件或文件夹:
on open theDroppedItems
tell application "Finder"
set droppedItemSourcePath to (the POSIX path of theDroppedItems)
...
在脚本的这一点上,当我的应用程序接收到文件或文件夹时,名为“Droplet”的未知且无用的 Applescript 应用程序会显示一个打开的文件/文件夹对话框。我的脚本是使用 Script Debugger 6 编译为应用程序的。
我不明白为什么这个奇怪的“Droplet”应用会问我一些事情。