try{ var img=app.activeDocument.placedItems.getByName("IchigoLatte"); alert("画像があります"); }catch(e){ alert("そのような画像名はありません"); }