Commit b13661bd authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 2579061b
...@@ -13,7 +13,7 @@ async function init() { ...@@ -13,7 +13,7 @@ async function init() {
let files = await fs.readdirSync('E:\\fail\\btc1') let files = await fs.readdirSync('E:\\fail\\btc1')
let files2 = await fs.readdirSync('E:\\fail\\btc2') let files2 = await fs.readdirSync('E:\\fail\\btc2')
let files3 = await fs.readdirSync('E:\\fail\\btc3') let files3 = await fs.readdirSync('E:\\fail\\btc3')
console.log(files3) formatByLp(files)
// for (let i = 0; i < files.length; i++) { // for (let i = 0; i < files.length; i++) {
// if (!files[i].includes('.csv')) // if (!files[i].includes('.csv'))
// continue // continue
...@@ -42,6 +42,11 @@ async function init() { ...@@ -42,6 +42,11 @@ async function init() {
} }
function formatByLp(files)
{
for (let i=0;i<files.length;i++)
console.log(files)
}
async function print() async function print()
{ {
......
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