Flash Media Server |
|||
| Server-Side ActionScript Language Reference > Server-Side ActionScript Language Reference > File class > File.writeAll() | |||
Flash Media Server 2.
fileObject.writeAll(array)
array An Array object containing all the elements to write to the file.
A Boolean value indicating whether the write was successful (true) or not (false).
Method; takes an array as a parameter and calls the File.writeln() method on each element in the array.
The file contents are buffered internally. The File.flush() method writes the buffer to the file on disk.
File.write(), File.writeByte(), File.writeln()