Hi,
I am happily using KVS for one app to store all the app configuration under file.internal
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!
I am happily using KVS for one app to store all the app configuration under file.internal
B4X:
Starter.kvs.Initialize(File.DirInternal, "AppConffig")
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!