var path = '/Users/alexandertoth/tmp/premiere/toImport.prproj'; if (path){ app.project.importFiles( [path], true, // suppressUI app.project.rootItem, false // importAsStills ); }