Answered
I want to move the file in active document
- February 12, 2021
- 1 reply
- 2008 views
var path1="E:/FG/";
Folder((fnp = (fle = (aD = activeDocument).name).parent + '/USED IMAGE/')).create(), File(fle).remove()
aD.saveAs(File(fnp + aD.name), new JPEGSaveOptions()),aD.saveAs(File(path1+aD.name), new JPEGSaveOptions()),aD.close(SaveOptions.DONOTSAVECHANGES);
I wish in active document of image file move the directory and don't close the file.. Is that possible ??
Thanks in Advance
