Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
131 stars 147 forks source link

Is there any way to create directory while downloading blob #334

Open neelam256 opened 4 years ago

neelam256 commented 4 years ago

I have to create directory in local if it doesn't exist, to download the content from azure blob storage. is there any class /method is available in Azure SDK , @jasonnewyork

Jinming-Hu commented 4 years ago

@neelam256 Nope, this c++ sdk only deals with single file download/upload, it cannot recursively sync directory.