ryanmcgrath / wrench-js

Recursive file operations in Node.js
MIT License
435 stars 71 forks source link

readdirSyncRecursive: add a filter argument #86

Open theosp opened 10 years ago

theosp commented 10 years ago

filter is an optional filter function that will be applied on the records of each sub-directory to keep only the records you need. Avoiding redundencies is critical for big folders trees