var opt=new ExportOptionsIllustrator(); opt.path=IllustratorPathType.NAMEDPATH; opt.pathName="パス 1"; alert(opt.pathName); app.activeDocument.exportDocument( new File("~/Desktop/samplePath0.psd"), ExportType.ILLUSTRATORPATHS, opt );