Windows Azure: How to create sub directory in a blob container

Posted by veda on Stack Overflow See other posts from Stack Overflow or by veda
Published on 2010-04-11T22:52:34Z Indexed on 2010/04/11 23:23 UTC
Read the original article Hit count: 508

Filed under:
|
|

How to create a sub directory in a blob container

for example,

in my blob container http://veda.blob.core.windows.net/document/

If I store some files it will be

http://veda.blob.core.windows.net/document/1.txt

http://veda.blob.core.windows.net/document/2.txt

Now, how to create a sub directory

http://veda.blob.core.windows.net/document/folder/

So that I can store files

http://veda.blob.core.windows.net/document/folder/1.txt

© Stack Overflow or respective owner

Related posts about directory

Related posts about blob