1

我知道tell application "Finder" to open POSIX file "/folder/path/"会打开一个的finder 窗口,如何在当前finder 窗口中打开一个文件夹?

4

1 回答 1

1

我自己找到了答案:

tell application "Finder"
    set the target of the front Finder window to (POSIX file "/folder/path/")
end tell
于 2013-10-07T19:09:25.207 回答