You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var dirContents = fs.readdir(process.argv[2], function (err, dirlist) {
//response if error occurs
if (err) throw err;
//required output for console, toString converts buffer output to string, then split and count number of array elements remembering that the last element does not have a new line