File.writeAll()
Availability
Flash Media Server 2.
Usage
fileObject.writeAll(array)
Parameters
An Array object containing all the elements to write to the file.
array
Returns
A Boolean value indicating whether the write was successful (
Description
Method; takes an array as a parameter and calls the
element in the array.
The file contents are buffered internally. The
file on disk.
See also
,
File.write()
File.writeByte()
File.writeByte()
Availability
Flash Media Server 2.
Usage
fileObject.writeByte(number)
Parameters
The numeric value to write.
number
Returns
A Boolean value indicating whether the write was successful (
Description
Method; writes a byte to a file.
84
Server-Side ActionScript Language Reference
File.writeln()
File.flush()
,
File.writeln()
) or not (
).
true
false
method on each
method writes the buffer to the
) or not (
).
true
false
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?