Writes a string and appends a \n to the end into a file
writeln(string)
var fd = new File("/tmp/blah"); fd.writeln("this is a test!");
Javascript
Category: Javascript