Tag Archives: node-fs
node-fs npm package
node-fs is now available as an npm package. Just run npm install node-fs, require(‘node-fs’) and have fun.
node-fs
Following my previous post about recursive directory creation with nodejs, I created the node-fs repository on github. node-fs is a way to extend nodejs original fs library, adding recursive directory creation to the mkdir() and mkdirSync() functions.