-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
Description
There are architecture specific paths to the file system for internal use by an application which are set in system.c. For example on Android the following are defined:
- system-dir
- system-appdir
Android also offers getExternalStoragePublicDirectory which was deprecated in API 29 but would seem to be helpful to have. For API 30, there is shared datasets storage though probably JNI is needed to use this.
Such a path may also be useful for downloads
If using this is problematic, then implementing some way of allowing the user to search the file system in a GUI and specify where they would like to save a file or open a file would be helpful, but seems more difficult to implement in a cross-platform manner.