Commit ad8f8559 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent cb50b7d3
......@@ -12,7 +12,13 @@ async function init() {
let files = await fs.readdirSync('E:\\fail\\btc1')
console.log(files)
for(let i=0;i<files.length;i++)
{
if (!files[i].includes('.csv'))
continue
console.log(files[i])
}
// console.log(files)
// let com = await fs.readFileSync('E:\\fail\\btc1', 'utf8');
// com = JSON.parse(com)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment