When Using Node's Fs.readfile(), Should I Prepend The Path With __dirname?
Example: fs.readFile(path.join(__dirname, 'path/to/file'), callback); versus fs.readFile(&…
Read more
When Using Node's Fs.readfile(), Should I Prepend The Path With __dirname?