Skip to content

Instantly share code, notes, and snippets.

@ngnguyen1
Created July 11, 2014 13:52
Show Gist options
  • Select an option

  • Save ngnguyen1/2cbc53f95110e661a498 to your computer and use it in GitHub Desktop.

Select an option

Save ngnguyen1/2cbc53f95110e661a498 to your computer and use it in GitHub Desktop.
var fs = require("fs"),
a;
fs.stat("filename.txt", function(err, stat) {
a = stat.size;
console.log(a);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment