Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have create directory on azure blob like
A is main directory A1,A2,A3 is a sub directories, i want to delete file from sub dirctories
example https://eventusblob1.blob.core.windows.net/maincontainer/A/A1/1.text

i want delete only 1.text how can do this in c#

please Help

What I have tried:

i have treid to delete file this method

blockBlob.Delete();
its delete hole blob
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900