I am downloading a file from a SharePoint document library to the file system using $webclient.DownloadFile($ServerFileLocation,$DownloadPath)
Once downloaded I would like to rename the file in SharePoint. I see no such method in webClient and wondered what the best way to go is?