• Just to properly complete this ticket I thought I would add some scope images of what things look like when everything is working.

    Read

    >var f = require("fs").readFile("test.txt");
    ="hello\n\n"
    

    produces:

    Write

    >var f = require("fs").writeFile("blah.txt","hell­o");
    =true
    

    produces:

About