How to ship "example" files with my app?
Mobile and Embedded
4
Posts
2
Posters
1.6k
Views
2
Watching
-
wrote on 8 May 2015, 17:56 last edited by
For example, I want to have "/myappfiles" somewhere where all app files should be stored. And provide some "example" files in this directory. How do I do that?
-
Hi,
It partly depends on the OSes you are targeting. Which are they ?
-
wrote on 8 May 2015, 23:37 last edited by
@SGaist mostly Android (for now, but I'm using Windows (desktop) too since emulator is misbehaving on some of my PC's). But would like the most cross-platform solution possible. (if it doesn't involve a lot of hassle of course).
-
For Android you can use the Assets file system
2/4