我正在尝试使用以下代码在独立存储中创建一个文件,
IsolatedStorageFile storageFile = IsolatedStorageFile.GetUserStoreForApplication();
storageFile.CreateFile("Html\\index.html");
但我在做同样的事情时遇到了异常......这就是说。
System.IO.IsolatedStorage.IsolatedStorageException: 不允许对独立存储文件流进行操作
除此操作外,不执行任何操作。