Copy link to clipboard
Copied
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?
1 Correct answer
PPro does not ever rename files on disk, although your ExtendScript code can.
You can use ExtendScript to rename projectItems, but projectItems do not exist until you've imported media into the project.
It is impossible to rename a projectItem before it exists. 🙂
Copy link to clipboard
Copied
PPro does not ever rename files on disk, although your ExtendScript code can.
You can use ExtendScript to rename projectItems, but projectItems do not exist until you've imported media into the project.
It is impossible to rename a projectItem before it exists. 🙂

