File.mode

Availability

Flash Media Server 2.

Usage

fileObject.mode

Description

Property (read-only); the mode of an open file. It can be different from the mode parameter that was passed to open the file if you have repeating attributes (for example, "read, read") or if some attributes were ignored. The property is undefined if the file is closed.

See also

File.open()