I just want to create new folders in the documents folder of my iPhone app.
Does anybody know how to do that?
Appreciate your help!
|
I just want to create new folders in the documents folder of my iPhone app. Does anybody know how to do that? Appreciate your help! |
||||
|
|
|
I do that the following way:
|
|||||||||||||
|
|
I don't have enough reputation to comment on Manni's answer, but [paths objectAtIndex:0] is the standard way of getting the application's Documents Directory
|
|||
|
|
|
I don't like "[paths objectAtIndex:0]" because if Apple adds a new folder starting with "A", "B" oder "C", the "Documents"-folder isn't the first folder in the directory. Better:
|
|||||
|
|
This works fine for me,
|
|||
|
|