I\'m following along with: The Node Beginner Book
After testing with the code from another SO post:
var Fs = require(\'fs\'); var dirs = [\'tmp\'];
change
"/tmp/test.jpg".
to
"./tmp/test.jpg"