Okay,
So I have a Cydia app that I need to update. I am aware with Cydia apps that they don\'t have a Documents folder, so you have to make one. And here\'s how I ma
Check NSFileManager's class reference. To create folders you need createDirectoryAtPath:withIntermediateDirectories:attributes:error:
createDirectoryAtPath:withIntermediateDirectories:attributes:error: