I have one app that is using a KeyValueStore. I have a second app that needs to access and modify a value in that store. Is it possible for one app to have access to another apps KeyValueStore (they will not ever be running at the same time). I have tried to set the xui.SetDataFolder to the same folder and initialize the kvs with the same folderand dat file name but I am not having any luck. Is this possible?