addComp()

Creates a new composition. Creates and returns a new CompItem object and adds it to this collection.If the ItemCollection belongs to the project or the root

item()

Returns the top-level item in this folder at the specified index position. Note that top-level here means top-level within the folder, not necessarily withi

Item object

The Item object represents an item that can appear in the Project panel.The first item is at index 1.οΎ• Item is the base class for AVItem and for FolderItem,

FolderItem object

The FolderItem object corresponds to a folder in your Project panel. It can contain various types of items footage, compositions, solids as well as other fo

parentFolder

The FolderItem object for the folder that contains this item. If this item is at the top level of the project, this is the project’s root folder app.project

isWatchFolder

True if the Watch Folder dialog box is currently displayed and the application is currently watching a folder for rendering.Boolean; read-only.

endWatchFolder()

Ends Watch Folder mode.None.Nothing.See also Application watchFolder method Application parseSwatchFile method Application isWatchFolder attribute

typeName

A user-readable name for the item type; for example, Folder , Footage , or Composition .String; read-only.

open()

Opens a project.file Optional. An ExtendScript File object for the project file to open. If not supplied, the method prompts the user to select a project fi