Yes, i think Fstream emits an Entry event per each file with the stat and also each Entry is an stream of the file
El viernes, 6 de julio de 2012, Ben Noordhuis escribió: > On Fri, Jul 6, 2012 at 2:28 PM, Julian Gruber > <[email protected] <javascript:;>> wrote: > > Is it possible to create a readStream from readDir? I tried > > createReadStream('.') but directories are not supported there. > > > > Generally, is it possible to build on streams completely for control > flow, > > having as few callbacks as possible? > > Not really. Streams are byte or character oriented, a > DirectoryReadStream would be record oriented. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected]<javascript:;> > To unsubscribe from this group, send email to > [email protected] <javascript:;> > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
