Rubik's Cube Solving Robot icon Rubik's Cube Solving Robot Control a custom ARC robot to manipulate and solve a Rubik's Cube using calibrated arms and grippers; integrates with Thingiverse build. 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.