Search found 1 match

by JabedBhuiyan
August 25th, 2014, 9:55 am
Forum: Script requests
Topic: Rename file when import
Replies: 1
Views: 9455

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...