try{ var myPath=app.activeDocument.textFrames.getByName("四角形"); myPath.selected = true; }catch(e){ alert("該当する名前のパスはありません。"); }