| スクリプト名:Stuffitの存在確認.scpt 【コメント】 StufIt Expanderがインストールされているかどうかを確認するスクリプト。 |
| getPresenseOfStuffit() of me on getPresenseOfStuffit() tell application "Finder" try set a to application file id "com.stuffit.Expander" return "OK" on error return "NG" end try end tell end getPresenseOfStuffit |