paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
382 stars 53 forks source link

Can I walk through empty folders with readdirp? #51

Closed rubdottocom closed 7 years ago

rubdottocom commented 7 years ago

I need to walk through a large empty folder tree and write a templated file, is possible to go through these empty folders with readdirp library, if so, could you share a simple example?

Thank you very much!

rubdottocom commented 7 years ago

entryType: 'directories', pretty easy, sorry for bothering...