How to ship "example" files with my app?
-
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 ?
-
@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