Commit a3a441b6 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent a15e3152
......@@ -30,7 +30,7 @@ async function renamer(config,newName)
{
for (let i=0;i<files.length;i++)
{
if (files[i].includes('Lp1_'+config))
if (files[i].includes(config+'_'))
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