On Mon, Apr 16, 2012 at 8:21 AM, Vitaly Puzrin <[email protected]> wrote: > According to my experience, most use cases require just file scan with > pattern-matching. Big flexibility causes code complicity on user side. > Here is example, that we did for our project > https://github.com/nodeca/fs-tools . Not as flexible as your one, but very > simple in use.
filewalker is less about flexibility, filewalker is more about reliability. Say, I have to copy a large amount of files. I really want to copy them in a way that guarantees me that those files are in fact copied, no matter how often a networkdrive drops and reconnects, no matter how much open files the system can handle, etc pp. https://github.com/oleics/node-filewalker -- 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
