我試圖讓文件名沒有當前文檔文件的擴展名中的OmniGraffle專業5如何從Omnigraffle沒有擴展名得到文件名?
tell application "OmniGraffle Professional 5"
set _document to front document
set _path to path of _document
-- Get filename without extension
tell application "Finder"
set {_filename, _extension, _ishidden} to the
{displayed_name, name_extension, extension_hidden} of the _path
end tell
end tell
這給了我下面的錯誤:error "Can’t get displayed_name of \"/Users/ca/Downloads/Feb 8.graffle\"." number -1728 from displayed_name of "/Users/ca/Downloads/Feb 8.graffle"
。
我發現了一些相關的問題和頁面,但我有點失落,真的不明白爲什麼它不起作用。
感謝您的幫助!
非常感謝。這是一個非常好的答案。謝謝你的解釋。 – charlax 2012-02-09 20:02:57