T
Tomas
Hello,
One of my application use Isolated software to store file. Can I write a
second file to the same issolated storage path where first file is from
another application? It seems that issolated storage differ for every
application.
var machineStoreForAssembly: IsolatedStorageFile :=
IsolatedStorageFile.GetMachineStoreForAssembly;
Tomas
One of my application use Isolated software to store file. Can I write a
second file to the same issolated storage path where first file is from
another application? It seems that issolated storage differ for every
application.
var machineStoreForAssembly: IsolatedStorageFile :=
IsolatedStorageFile.GetMachineStoreForAssembly;
Tomas