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