Add timestamp and then file extension (xlsx) to a file and move to the archive Folder

Hi @Sisay_Dinku ,
Try below code
"C:/arivu/Archive/"+Path.GetFileNameWithoutExtension(item.ToString)+DateTime.Now.ToString("MM-dd-yyyy")+".xlsx"

Regards,
Arivu