2013-07-21 193 views

回答

3

假設你的路徑是正確的那就是:

tell application "Finder" 
    open ("/Users/username/Library/Speech/Speakable Items" as POSIX file) 
end tell 
+0

我得到的錯誤:錯誤「搜索得到了一個錯誤:的AppleEvent處理程序失敗。 「 number -10000文件路徑應該是正確的,因爲我將它從finder直接拖到AppleScript中,它與我認爲應該是一致的。 – user2555399

+0

確定 - 首先嚐試使用更簡單的路徑,例如'告訴應用程序「Finder」 open(「/ Users/username/Documents」爲POSIX文件) end tell' - 對我有用 - 我無法嘗試'Speakable Items',因爲我似乎沒有任何地方我確實嘗試了一個帶有空格的路徑,這似乎也行得通。 –

+0

Duh !!!!忘記將「用戶名」更改回我的名字!我多麼愚蠢!非常感謝! – user2555399