I need to run a sort of CRUD in directories and files through an IOS application.
This application uses the IONIC framework, which in turn uses Cordova and AngularJS features.
The questions are:
- Regarding permissions, does the IOS system allow this kind of functionality?
- If yes, through what exactly is it possible to create these files and directories? (AngularJS, Javascript "pure", Cordova, or even libs like Jquery, etc.).
- How can I create, read, modify, and delete these files and directories?