Does the size parameter always determine the total file size even when I use it with a offset > 0? E.g.
f.write("a","World!!!",6, 14);
@fanThomas started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Does the size parameter always determine the total file size even when I use it with a offset > 0? E.g.