I thought that this would be very easy job to do, but as I have researched, I found nothing on how to rename a file or directory in Azure Storage.
I don't want to do a copy/delete (the size of files/directories is very large), I just want to change the name of a given file/directory programmatically through C#.
Edit: I'm talking about CloudFile/CloudFileDirectory objects.
Can someone help me?
File.Move()
– bommelding