var
savefile=
new
File(
"~/Desktop/exp.psd"
);
exportOptions =
ExportOptionsPhotoshop();
exportOptions.embedICCProfile =
true
;
app.activeDocument.exportFile(savefile, ExportType.PHOTOSHOP, exportOptions);