Page 1 of 1

how to append a file?

Posted: 31 Mar 2015 14:40
by rvhaasen
what is the best way to append a file?
I can use fs.load() and fs.loadJSON() to load a file, add content and write it, but this is inefficient and does not scale.