现在我正在使用此代码:
open folder
似乎无法找到该文件夹。 我是否必须指定文件夹?
答案 0 :(得分:1)
基本上open
不会打开文件夹。
您必须通过Finder打开文件夹并指定HFS字符串路径alias
或Finder文件夹说明符:
tell application "Finder" to open (path to desktop)
或
tell application "Finder" to open home
或
tell application "Finder" to open folder "Applications" of startup disk