I'm trying to replace a file with a new version within the app, but I having some issue.
Unfiltered log shows nothing.
I have this:
File.Copy(File.DirInternalCache,"datastore3",File.DirInternal,"datastore3")
'kvs.Initialize(File.DirInternal, "datastore3") '<---------- this doesn't work; kvs (a keyvaluestore object) remains empty
kvs.Initialize(File.DirInternalCache, "datastore3") '<------ this does wok.