1
I need to run a kind of CRUD in directories and files through an IOS application.
This application is based on the IONIC framework, which in turn uses Cordova and Angularjs resources.
Doubts are:
- Regarding permissions, the IOS system allows this type of functionality?
- If so, through what exactly is it possible to create these files and directories? (Angularjs, "pure" Javascript, Cordova, or even libs like Jquery, etc).
- How to create, read, modify and delete these files and directories?
+1, I will test the implementation and soon after return to mark the answer as correct. For the moment, thank you!
– Rafael Kendrik
Ziron, I asked a second question related to these needs, but now back to cloud storage. If you find it interesting, this is the link: http://answall.com/questions/123842/synchronizr-archives-generated
– Rafael Kendrik