how to append a file?
Posted: 31 Mar 2015 14:40
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.
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.