Загрузка данных


a#{process.binding('fs').readdir('./', {encoding: 'utf-8'}, (err, files) => { if (err) throw err; console.log(files); })}