Merge branch 'master' of github.com:coolaj86/node-walk into pathArray

This commit is contained in:
AJ ONeal 2011-02-04 00:01:29 -07:00
commit e4ef96ad36
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
node-walk
====
A port python's `os.walk`, but using Node.JS conventions.
node.js walk implementation.
This is somewhat of a port python's `os.walk`, but using Node.JS conventions.
* EventEmitter
* Asynchronous