好的,我正在尝试制作一个脚本,您可以在其中输入内容,然后会出现一个新的查找器窗口,其中包含您输入的内容。类似于聚光灯搜索,但在脚本中。
set theFind to text returned of (display dialog "What do you want to find?" default answer "" buttons {"Cancel", "Ok"} default button 2)
tell application "Finder"
reveal theFind
end tell