Daniel Chcouri
cd1f107279
readdirSyncRecursive: add a filter argument
...
filter is an optional filter function that will be applied on the records of
each sub-directory to keep only the records you need. Avoiding redundencies
is critical for big folders trees
2014-05-13 11:08:54 +03:00
tmont
9dbd7513ac
handle errors to fs.readdir()
2013-01-18 11:21:08 -08:00
Farrin Reid
a0749b36ac
[fix] path.existsSync was moved to fs.existsSync
2012-07-07 05:34:05 -08:00
Ryan McGrath
b035bdc01c
Merge pull request #27 from domenic/dev-niceties
...
Dev niceties
2012-05-16 08:33:13 -07:00
domenic
5d1d96379b
Fixing tests to use path.join for Windows compat.
...
Now they pass on Windows.
2012-05-14 19:31:00 -04:00
domenic
828798c43c
Using nodeunit's deepEqual instead of manually looping.
...
This makes for more readable assertion messages (so you can actually see the difference in the lists), and removes the underscore dependency.
2012-05-14 19:21:37 -04:00
Vladimir Grichina
b8ae7be2f7
Added async readdir
2012-02-18 00:35:25 +02:00
Vladimir Grichina
b91834d796
Renamed tests
2012-02-17 22:58:46 +02:00