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