projectItem.isMissing

Availability

Flash 8.

Usage

projectItem.isMissing

Description

Read-only property; a Boolean value that specifies whether a file is missing from the disk (for example, if the item has been moved, deleted, or renamed).

Example

The following example displays a message in the Output panel that indicates whether a specific file is on the disk in the expected folder:

var item = fl.getProject().findProjectItem("file:///C|/Projects/files/DynamicHighAscii.fla"); 
fl.trace("DynamicHighAscii.fla is missing: " + item.isMissing);

See also

fl.getProject(), project.findProjectItem(), project.items