Irobot Roomba Legacy icon Irobot Roomba Legacy Legacy iRobot Discovery and 4xxx control via EZB software-serial (D0), supports Arduino/EZ-Robot, adjustable baud rate; not for hardware UART/USB Try it →
 

Append

File.append(filename, byte/byteArray)

Parameters

filename Path of file to append to.
byte/byteArray Byte or byte array to append to the file.

Returns

Nothing

Description

Appends the byte given by byte to the file. If a byte array is provided instead, the byte array given by byteArray will be appended to the file.