動作サンプルなど[編集] デスクトップにファイル類を作成[編集] 新規フォルダを作成する tell application "Finder" make folder at desktop with properties {name:"untitled"} -- make new Finder window to (path to desktop folder) -- 単純にFinderウィンドウを表示させるのではなく、以下のようにした方がいいかも -- set newFolder to make folder at desktop with properties {name:"untitled"} -- reveal newFolder end tell http://docs.info.apple.com/jarticle.html?path=AppleScript/2.1/jp/as1