File System Module
A set of API functions is available to access files and directories, modeled after the CommonJS Filesystem proposal.
To start using, you must require
a reference to the fs
module:
var fs = require('fs');
Stream objects are returned from the fs.open method.