I’m using Solar2d to build a character sheet app for an RPG. I save each sheet’s data as a json file, but as cross-device play is important, I’d like to be able to regularly save and retrieve these files from a system folder (which is linked to a cloud server, i.e. dropsync or drivesync).
pathForFile doesn’t let me escape the base directory of the file, which is not only inconvenient on a desktop, but apparently impossible on an Android.
Is such a thing possible, or am I screwed?