Writes a string to a file
write(string)
var fd = new File("/tmp/blah"); fd.write("whee!\n");
Javascript
Category: Javascript