I'm trying to get the size of the folder that is in my project, the folder is called Testes , and in my file server.js I'm using the following method:
fs.stat('/Testes', function(err,stats){
if(err) return console.log(err);...
asked by
12.05.2017 / 15:00