iphone - How to create Nested subfolder in iOS? -


i need create structure below inside document directory.

document -> folder -> subfolder1 -> subfolder2 -> subfolder3 ----- subfoldern dynamically , show them in uitableviewcontroller.

is possible in ios. please help

use createdirectoryatpath:withintermediatedirectories:attributes:error: method of nsfilemanager. pass yes withintermediatedirectories , can create entire subtree 1 call.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -