I have made a simple app to collect daily measurements of blood pressure and pulse. Data is stored in a file.DirInternal csv file. However, I would like to save and if necessary restore this data in/from a phone directory like downloads or documents, and this without any user interaction like content chooser etc. My phone (Galaxy Flip 3, Android 13) has no provision for external storage. Is there a simple way to save a backup file programmatically (in b4a) external to the app environment without the user choosing directory/filename like in Erel's text editor example? This for current Android versions 13+?