Open
Description
Is your feature request related to a problem? Please describe.
Files that are stored on the SD card are not persisted between executions. I am building a mockup of an app that should initialize and populate a file if it doesn't exist on the card. Then the hardware would allow the user to modify the data in the file. It would be lovely if the files that are created onto the SD card be persistent. And it would also be great to have a way of inspecting their contents or downloading them.
Describe the solution you'd like
I would like files that a program creates on the SD card to be persistent. Modifications to files on the SD card should also be persistent. And I would like an option to download those files or inspect their contents.