In mobile apps, it’s common to integrate with the native platform. You can write platform-specific code to use native platform API. There are a large number of plugins to perform different tasks.
12.1 Reading and Writing Files
Problem
You want to read and write files.
Solution
Use File API.