Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpedro/node-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

48 Commits

Repository files navigation

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 Code Climate

About

Extended node fs library, implementing new features like recursive directory creation

Resources

License

Contributing

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /