var
targetFile=File.openDialog(
"EPSファイルを選択してください"
);
if
(targetFile){
opt=
new
EPSOpenOptions();
opt.constrainProportions=
false
;
app.open(targetFile, opt);
}