Why is that? How can that be useful?? #### file.walk(start, callback) Navigates a file tree, calling callback for each directory, passing in (**null**, dirPath, dirs, files).
Why is that? How can that be useful??
file.walk(start, callback)
Navigates a file tree, calling callback for each directory, passing in (null, dirPath, dirs, files).