I recent intrested at skydrive api and I have problem with folder navigation. I resolve with 2lvl depth but with deeper I have problem. I was thinking about get all folderID and stroe it in string[][], but there has to be more gently. Could you suggest something?
Share
What you need is a Tree like object structure you need to store. You should try something like this
You can use and create them in a loop structure starting from the parent.