私は問題があります。私は Applescript の完全な初心者であり、ドロップレットを使用してデスクトップから Photoshop CS4 に 3 つのファイルを開こうとしていますが、ファイルをドロップすると次のエラーが発生します。
エイリアス "Macintosh HD:Users:nazkav:Desktop:Kav1_jpg" を取得できません
これは私が使用しているコードです:
on open these_files
repeat with i from 1 to the count of these_files
set this_file to item i of these_files
my image(this_file)
end repeat
end open
on image(the_image)
tell application "Adobe Photoshop CS4"
activate
open the_image as JPEG
end tell
end image
誰かが助けてくれることを願っています よろしくお願いします
カビン