File.readAll()

Availability

Flash Media Server 2.

Usage

fileObject.readAll()

Parameters

None.

Returns

An array.

Description

Method; reads the file after the location of the file pointer and returns an array with an element for each line of the file. The operation fails if the file opened in binary mode.

See also

File.read(), File.readByte(), File.readln(), File.open()