node-fs

0.1.7 • Public • Published

node-fs is an extension to the original nodejs fs library, offering new functionalities. See example.js for an example of how to use it.

Right now, the following new operations are supported:

  • mkdir(path, mode, [recursive], [callback]): if the 'recursive' parameter is true, creates a directory recursively;
  • mkdirSync(path, mode, [recursive]): if the 'recursive' parameter is true, synchronously creates a directory recursively.

Build Status

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.7
    133,116
    • latest

Version History

Package Sidebar

Install

npm i node-fs

Weekly Downloads

133,122

Version

0.1.7

License

none

Last publish

Collaborators

  • bpedro