I would like to allow the user to copy that file on a chosen folder on the phone and then allow him to load it (selecting it from the user chosen folder) and copying it in File.internal so that a clean installation (zero config) could restore immediately all the config saved from a previous fully configured installation.
I tried to search the forum but could not find a definite answer. thanks!
This is a B4i and B4A example, which demonstrates various external files related tasks. The behavior is not exactly the same as the platforms capabilities and behavior are different. B4A Load external files, including online files, using ContentChooser. Save to an external target, using...
B4A + B4i example: https://www.b4x.com/android/forum/threads/b4x-texteditor-save-and-load-external-files.132731/#post-838166 List of classes or libraries that can be used to access secondary storages: ContentChooser (Phone libray) - allows the user to select a resource or file using external...
thanks. it worked. at the end it's just a file...I was just not sure because some files are not shown in the app folder when you browse it from usb/windows..but the file is there and copying it and restoring it worked perfectly. thanks