Walks recursively down the file tree starting from the current directory executing functions on arbitrary file types.
example
{ console } // print the path of json or ruby files;
It can also accept an array of callbacks and a starting directory
- fileTypes string
- callbacks function or array of functions
- startingPath string (absolute)
- errCallback function where first arg is error