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
Ryan McGrath
666e0c7e75
Merge pull request #79 from xzyfer/fix/sync-absolute-symlink
...
Fix inflateSymlinks flag errors for absolute symlinks
2014-02-10 14:18:19 +08:00
xzyfer
b0455c99ba
Fix inflateSymlinks flag errors for absolute symlinks
2014-02-10 17:00:38 +11:00
xzyfer
b46a97227d
Fix failing tests
2014-02-10 16:57:35 +11:00
yeputons
fd7461dc44
tests/rmdirSyncRecursive: fixed files access rights from 777 to 444 to actually check something
2014-01-17 14:40:30 +04:00
seanmwalker
df61c7017f
Updating test for rmdirSyncRecursive to check for files with alternative permissions being removed properly.
2014-01-17 01:28:55 -06:00
seanmwalker
793c61eec0
Updating wrench rmdirSyncRecursive to support permissions issues for windows.
2014-01-17 00:45:26 -06:00
tmont
9dbd7513ac
handle errors to fs.readdir()
2013-01-18 11:21:08 -08:00
TehShrike
81ef6ee7df
Changing path.existsSync to fs.existsSync
2012-11-17 03:14:11 +00:00
Stig Murberg
5e80ff972c
added null check so copyDirSyncRecursive will work without passing opts
2012-11-15 12:25:11 +01:00
refaelos
fcc6760b11
merged with master repo
2012-11-09 14:18:33 +02:00
refaelos
0b54b60a53
added preserveFiles and inflateSymlinks options and tests
2012-11-09 14:06:54 +02:00
Ryan McGrath
6c90fc6e67
Merge in @refaelos excludeHidden && excludeHiddenUnix patch
2012-11-09 05:12:39 -05:00
refaelos
658589c35e
changed excludeHidden to excludeHiddenUnix b/c the testing for hidden file is only applicable for unix
2012-10-15 15:35:43 +02:00
refaelos
8097eb52bd
added tests
2012-10-15 15:33:36 +02: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
Charles Bourasseau
7acfd0141c
some small improvements
2012-01-31 11:35:58 +01:00
millermedeiros
139ed486f1
add readdirSyncRecursive and the test runner file.
2012-01-14 14:10:47 -02:00
David Schoen
a3a546914d
adding nodeunit test for issue #7
2011-10-23 15:48:43 +08:00