Reads files as specified in paths, calling the cb callback with a Buffer for each file read. The callback's responses will be written into the original file path. If the callback returns an object, it will be stringified as JSON.
paths
cb
Optional
Task
Reads files as specified in
paths
, calling thecb
callback with a Buffer for each file read. The callback's responses will be written into the original file path. If the callback returns an object, it will be stringified as JSON.