Skip to content

Instantly share code, notes, and snippets.

@rrmdn
Created March 3, 2016 22:57
Show Gist options
  • Select an option

  • Save rrmdn/439e97fe4039dcdd1ed6 to your computer and use it in GitHub Desktop.

Select an option

Save rrmdn/439e97fe4039dcdd1ed6 to your computer and use it in GitHub Desktop.
// read directory source path
fs.readdir(source, function (err, files) {
if (err) {
console.log('Error finding files: ' + err)
} else {
console.log('Kita dapat filesnya!', files)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment