True if the Watch Folder dialog box is currently displayed and the application is currently watching a folder for rendering.Boolean; read-only.
Tag Archives: Folder
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
applyPreset()
Applies the specified collection of animation settings an animation preset to the layer. Predefined animation preset files are installed in the Presets fold
pauseWatchFolder()
Pauses or resumes the search of the target watch folder for items to render.pause True to pause, false to resume.Nothing.See also Application isWatchFolder
addFolder()
Creates a new folder. Creates and returns a new FolderItem object and adds it to this collection.If the ItemCollection belongs to the project or the root fo
watchFolder()
Starts a Watch Folder network rendering process pointed at a specified folder.folder_object_to_watch The ExtendScript Folder object for the folder to watch.
ItemCollection object
?ItemCollection object > The ItemCollection object represents a collection of items. The ItemCollection belonging to a Project object contains all the Item
Application object
Provides access to objects and application settings within the After Effects application. The single global object is always available by its name, app.Attr