Commit a15e3152 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent c235ee82
......@@ -31,7 +31,7 @@ async function renamer(config,newName)
for (let i=0;i<files.length;i++)
{
if (files[i].includes('Lp1_'+config))
await fs.renameSync('E:\\YashilFinal\\'+files[i],'E:\\YashilFinal\\'+config+'_'+newName )
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