Commit 66304514 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 4b518298
...@@ -48,6 +48,7 @@ async function renamer(config,newName) ...@@ -48,6 +48,7 @@ async function renamer(config,newName)
// //
// //
// } // }
if (files[i].includes('Lp1_'+config))
await fs.renameSync('E:\\YashilFinal\\'+files[i],'E:\\YashilFinal\\'+config+'_'+newName+'.csv' ) await fs.renameSync('E:\\YashilFinal\\'+files[i],'E:\\YashilFinal\\'+config+'_'+newName+'.csv' )
} }
} }
......
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