What is IsolatedStorage
-
Does anyone know what is IsolatedStorage? I have this directory that I am unable to delete: C:\Documents and Settings\\Local Settings\Application Data\IsolatedStorage\1cz2yllv.kcp\v44qcfut.b25 \Url.b01cm1a5pqdgmvysoo2gnkbuohme03bk\Url.b01cm1a5pqdgmvysoo2gnkbuohme03bk\Files Is there any way to remove this IsolatedStorage folder? thanks!
-
Does anyone know what is IsolatedStorage? I have this directory that I am unable to delete: C:\Documents and Settings\\Local Settings\Application Data\IsolatedStorage\1cz2yllv.kcp\v44qcfut.b25 \Url.b01cm1a5pqdgmvysoo2gnkbuohme03bk\Url.b01cm1a5pqdgmvysoo2gnkbuohme03bk\Files Is there any way to remove this IsolatedStorage folder? thanks!
OK, this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemioisolatedstorageisolatedstoragefileclasstopic.asp[^] provides an example to remove the Isolted Storage files. I can use the C++ code, but it seems to require .Net framework. I have only Visual Studio 6 with platform SDK. I dont want to install .NET, does IsolatedStorage have an API outside .NET? thanks!