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
Post a Comment