2.0.0 • Published 10 years ago
stream-dirs
Reads all directories in path (without hidden - that begins with dot).
Usage
var readdir = require('stream-dirs');
readdir('./').on('data', console.log);
API
stream-dirs(path)
Returns Stream of objects, that have path
and stat
properties.
License
MIT (c) 2014 Vsevolod Strukchinsky