soldair / node-walkdir

Walk a directory tree emitting events based on the contents. API compatable with node-findit. Walk a tree of any depth. Fast! Handles permission errors. Stoppable. windows support. Pull requests are awesome. watchers are appreciated.
MIT License
130 stars 22 forks source link

some problem #5

Closed czy88840616 closed 11 years ago

czy88840616 commented 12 years ago

Help...How to filter some directories when walk directory ?

soldair commented 11 years ago

hey sorry. i would just

.on('path',function(){ // filter here // if good do something with value })