fshost / node-dir

Recursive asynchronous file and directory operations for Node.js
MIT License
221 stars 44 forks source link

Can we look at adding dir.promisePaths as an option? #47

Closed flamingm0e closed 7 years ago

flamingm0e commented 7 years ago

dir.promiseFiles is great, but I would like an option for dir.promisePaths to return arrays of directories as well.

I will look into this and see if I can figure out how to implement and submit a PR.

flamingm0e commented 7 years ago

I see this is pointless now that I know I can just add 'dir' to the call. :+1: