numItems

app.project.numItems

Description

The total number of items contained in the project, including folders and all types of footage.

Type

Integer; read-only.

Example

n = app.project.numItems;
alert(There are " + n + " items in this project.") "

Other Tags

Posted in Project object and tagged , , , .