Search found 1 match
- August 25th, 2014, 9:55 am
- Forum: Script requests
- Topic: Rename file when import
- Replies: 1
- Views: 18125
Rename file when import
Here is script which import a mp4 file from my "d" drive. { var imgDir = ("d:"); var newAmt = 1; if (!app.project) { app.newProject(); } var myItemCollection = app.project.items; var myComp = app.project.activeItem; var myProperty; function processFolder(theFolder) { for (var j=4...