Flushes the buffer to the file
flush()
var fd = new File("/tmp/blah"); fd.open("write"); fd.write("hi"); fd.flush();
Javascript
Category: Javascript