0.3.4 • Published 4 years ago

safe-fs-walk v0.3.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

safe-fs-walk

Another file system walker for node forked from node-klaw with safety in mind. This walker will not stop on system errors.

npm Package build status windows build status

Install:

npm install safe-fs-walk

See the original node-klaw project for documentation of usage and options. Simply replace require('klaw') with require('safe-fs-walk')

The main difference is in error management : this crawler will do its best to prevent errors in your program due to permissions or other system errors and will just keep walking.

Additional options:

  • log (default=console.error): a function that will be used to log errors. Pass null to be silent (errors will neither be emitted nor logged).
  • onlyReadable (default=true): do not emit paths of files that can not be read.
0.3.4

4 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago