This commit is contained in:
node 2012-07-03 14:32:47 +00:00
parent acdeb36013
commit 8a75f3b21f

View file

@ -640,6 +640,8 @@ process.argv.forEach(function (val, index, array){
console.log(index + ': ' + val);
});
process.chdir('/app');
var fs=require('fs');
console.log(fs.readdirSync('/app'));