readdir-enhanced
readdir-enhanced copied to clipboard
fs.readdir() with filter, recursion, absolute paths, promises, streams, and more!
I use the following under Windows ```js const readdir = require('readdir-enhanced') const result = readdir.sync.stat('C:/') ``` Under my system this fails because some files are protected (for instance C:\pagefile.sys). Should...
#### Links * https://github.com/mrmlnc/fast-glob/issues/47 #### The motivation The native instruments (`ls`, `find`, `tree`) do it by default.
Hello, And it's me again :) We have a small problem. When working with large nested directory, we often apply the filter. For example, built-in filter by patterns: ```js const...