Commit 2043ff1f authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 68a21418
...@@ -17,10 +17,13 @@ async function init() { ...@@ -17,10 +17,13 @@ async function init() {
files = await fs.readdirSync('E:\\YashilFinal') files = await fs.readdirSync('E:\\YashilFinal')
com = JSON.parse(com) com = JSON.parse(com)
// console.log(com) // console.log(com)
for (let i = 0; i < com.length; i++) { // for (let i = 0; i < com.length; i++) {
await renamer(com[i].config,com[i].uniq) // await renamer(com[i].config,com[i].uniq)
//
// }
} let tempFiles= await fs.readdirSync('C:\\Users\\Administrator\\Desktop\\ai\\temp\\')
console.log(tempFiles)
......
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