Commit c0ce18d0 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 1474ebdd
......@@ -34,6 +34,7 @@ async function renamer(config,newName)
{
let file = await fs.readFileSync('E:\\YashilFinal\\'+files[i], 'utf8')
file = file.split('\n')
console.log(file)
let arr=[]
for (let j=0;i<file.length-1;j++)
arr.push(file[j])
......
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