Flash Media Server |
|||
| Server-Side ActionScript Language Reference > Server-Side ActionScript Language Reference > File class > File.readAll() | |||
Flash Media Server 2.
fileObject.readAll()
None.
An array.
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.
File.read(), File.readByte(), File.readln(), File.open()