I have two folders in my storage account Source and destination folders I want to add Demo folder in my Source folder and I want to copy my source folder files to Demo folder and delete all my source folder files after copying in to Archieve folder
- how to create a folder inside another folder
- how to copy files from one folder to another folder
how to add a folder I am passing in this way:
var directory2 = container.GetDirectoryReference("csvfile / Source Folder / Archieve Folder");
CloudBlockBlob blockBlob2 = directory2.GetBlockBlobReference("empchange1.csv");
- containername-csvfile
- Folder-Source
- SubFolder-Archieve