make folder structure at device side in iphone

Posted by Ekra on Stack Overflow See other posts from Stack Overflow or by Ekra
Published on 2010-05-20T12:37:28Z Indexed on 2010/05/20 12:40 UTC
Read the original article Hit count: 1093

Hi friends,

I have a folder structure at server side. Inside the folders there are files of all format like .txt, .pdf. I get the structure in XML format.

Now I want to create the same folder structure that is present in server side at my iphone documents folder with only the names of files inside it and not the content of the files.

eg: folder1

    1.text(it is inside folder1)

folder2

    2.pdf(it is inside folder2)

folder3

   subFolder3 (it is inside folder3)
                          3.txt (it is inside subFolder3)

folder4

    4.txt

How I need to handle the overall approach.

Any help would be highly appreciated.

Waiting for your reply

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk