try{ var targetLayer=app.activeDocument.layers.getByName("レイヤー 2"); alert(targetLayer.name); }catch(e){ alert("該当する名前のレイヤーはありません。"); }