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

Sure.
item+Path.GetFileNameWithoutExtension(item.ToString)+DateTime.Now.ToString(“MM-dd-yyyy”)+“.xlsx”