Skip to content

Instantly share code, notes, and snippets.

@ajduke
Created January 24, 2016 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajduke/f114edd4b7b7256db420 to your computer and use it in GitHub Desktop.
Save ajduke/f114edd4b7b7256db420 to your computer and use it in GitHub Desktop.
fs=require('fs');
fs.stat(path, function(err, stat){
console.log(stat);
console.log(stat.isDirectory());
console.log(stat.isFile());
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment