is it possible to rename files as they are being imported (on extendScript)?
Lets say I have these:
folder 1:
img1
img2
folder 2:
img1
imgX
When importing: via:
proj.importFiles([pathToFolder1img1,..pathToFolder2img1..
The projet will contain 2 items called img1, correct?
I was wondering if I could rename them as they are being imported somehow?
I guess I can only rename them AFTER they have been imported? it is impossible to make them get custom names right when they are being imported?