腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
3
回答
在
IsolatedStorage
中
重命名
文件
c#
、
isolatedstorage
我需要
重命名
IsolatedStorage
中
的一个
文件
。我该怎么做呢?
浏览 0
提问于2009-04-09
得票数 8
回答已采纳
2
回答
如何获得
IsolatedStorage
中所有
文件
的平面列表?
c#
、
.net
、
isolatedstorage
、
isolatedstoragefile
我需要获取给定
IsolatedStorage
文件
夹中所有
文件
的列表。
在
IsolatedStorage
的根目录下有一些子
文件
夹,这些子
文件
夹需要包含在列表
中
。通常的System.IO类不能与
IsolatedStorage
一起使用。
浏览 0
提问于2010-06-15
得票数 3
回答已采纳
8
回答
.NET“独立存储”存储在哪里?
.net
、
isolatedstorage
物理
文件
会放在哪里?
浏览 1
提问于2008-11-09
得票数 35
回答已采纳
2
回答
在
IsolatedStorage
上递归删除WP7 &8目录的简单方法
c#
、
windows-phone-7
、
windows-phone-8
、
isolatedstorage
、
directory
在
IsolatedStorage
中
,您必须删除目录
中
的所有
文件
夹和
文件
,然后才能在
IsolatedStorage
中
删除目录本身。通常,如果我要删除
IsolatedStorage
中
包含一些
文件
的目录,我会得到目录列表,然后使用foreach语句检查每个目录
中
是否有
文件
,然后使用另一个foreach语句删除目录
中
的每个
文件
。然而,我
浏览 5
提问于2013-08-24
得票数 1
回答已采纳
1
回答
在
独立存储
中
存储
文件
c#
、
silverlight
在
独立存储
中
,
文件
被存储
在
树的深层,也就是说,
在
存储
文件
的地方有两个或三个子
文件
夹。是否可以存储
在
一个级别,即这是隔离存储路径"\AppData\LocalLow\Microsoft\Silverlight\is\Myfiles".My
文件
将有我正在存储的所有
文件
。是否可以将我的
文件
存储
在
独立存储以外的位置 提前感谢
浏览 1
提问于2010-02-01
得票数 1
回答已采纳
1
回答
转换流
中
的错误
c#
、
windows-phone-7
、
windows-phone-8
、
windows-phone
、
isolatedstorage
(filePath, FileMode.Open,
isolatedStorage
)) BitmapImage image = new BitmapImage(); return image;但是
在
image.SetSource(fileStream)行
中
,我得到了以下错误: IsolatedStorageFile
isolatedStor
浏览 1
提问于2013-09-08
得票数 1
回答已采纳
1
回答
无法使用布尔FileExists IsolatedStorageFile找到数据
文件
c#
、
windows
、
windows-phone-7
我有一个项目,我
在
项目中添加了一个名为"Test“的数据
文件
,并使用:for (int i = 0; i < count; ++i) ..........................调试时,应用程序
在
项目中找不到数据
文件
浏览 2
提问于2012-09-07
得票数 0
1
回答
将WP7
文件
预打包/下载到isostore
中
xml
、
windows-phone-7
、
pre-packaged
我知道我可以将xml
文件
与应用程序一起预打包(作为应用程序内容的一部分),并将它们与XAP一起部署。如果不是,如果我选择让用户单独下载更新的XML
文件
,而不是要求用户更新整个应用程序,我还有什么其他选择?
浏览 5
提问于2012-05-18
得票数 0
回答已采纳
1
回答
如何从存储器
中
读取音频
文件
?
c#
、
windows-phone-7
、
windows-phone-8
、
windows-phone
、
isolatedstorage
我
在
IsolatedStorage
中有一些
IsolatedStorage
文件
,并想播放它们。我这么做了,但我什么都没听到 IsolatedStorageFileStream fileStream =
isolatedStorage
.OpenFile(filePath, FileMode.Open, FileAcc
浏览 2
提问于2013-09-26
得票数 0
1
回答
如何读取存储
在
IsolatedStorage
中
的
文件
名
windows-phone-7
我有一些存储
在
IsolatedStorage
中
的
文件
。这些
文件
具有不同的类型。我需要得到所有
文件
的名字。如何从
IsolatedStorage
中
读取
文件
名。只需要
文件
名。
浏览 2
提问于2012-01-23
得票数 2
回答已采纳
1
回答
在
WP7应用存储
中
自动添加和删除图像
c#
、
isolatedstorage
、
windows-phone-7.1
、
windows-phone-7
我想在我的WP7应用程序
中
创建一个“最近浏览的页面”部分,它将显示6个最近浏览过的页面的缩略图。如何在存储
中
只保存6个图像
文件
,并在新的图像
文件
替换旧的图像
文件
时使用它?
浏览 1
提问于2011-10-21
得票数 0
1
回答
MonoTouch/MonoDevelop
中
的Bug或其他?
ios
、
mono
、
xamarin.ios
、
monodevelop
、
isolatedstorage
在
部署到iPhone时,我
在
Mono
中
的应用程序中加载了一些XML
文件
。我通过局域网连接到
文件
所在的Mac,
在
Windows
中
编辑了其中一个XML
文件
。编辑xml
文件
后,应用程序似乎拒绝xml
文件
不再存在。与THe
文件
相关的属性仍然是“始终复制”和“内容”,我知道它存在,我甚至可以打开和编辑它的MonoDevelop。但在应用程序
中
,
isolatedstorage
浏览 1
提问于2011-08-21
得票数 1
回答已采纳
1
回答
将Windows 7.5
IsolatedStorage
的内容迁移到Windows 8.1
windows-phone-8
、
windows-phone
、
isolatedstorage
我有一个Windows 7.5游戏,存储用户
在
IsolatedStorage
文件
中
的进度。我现在计划将代码升级到WP 8.1。我不希望用户
在
更新时失去他们的进度,因此我需要在更新后将用户
文件
从
IsolatedStorage
迁移到新的StorageFile/StorageFolder系统。但是,到目前为止,我还没有找到从WP8.1应用程序访问
IsolatedStorage
的方法。请告诉我我错了。我是不是遗漏了什么?
浏览 1
提问于2015-03-01
得票数 0
回答已采纳
2
回答
有人使用.NET的System.IO.
IsolatedStorage
吗?
c#
、
.net
、
isolatedstorage
我
在
.NET
中
阅读了有关.NET命名空间的内容,发现可以使用它将
文件
存储到程序集或可执行
文件
的唯一位置。IsolatedStorageFile.GetUserStoreForAssembly(); }
在
以下位置创建
文件
\AssemFiles 并使用IsolatedStorageFile.GetMachineStoreForAssembly()
在</
浏览 1
提问于2011-08-19
得票数 12
2
回答
两个Silverlight应用程序可以
在
一台机器上共享
IsolatedStorage
吗?
silverlight
、
isolatedstorage
如何标识silverlight应用程序,以及两个silverlight应用程序何时才能共享
IsolatedStorage
(如果有的话),即: 如果我想拥有两个Silverlight应用程序共享
IsolatedStorage
例如,我注意到
在
开发Silverlight应用程序时,我可以按F5,
在
应用程序中保存到隔离存储,停止应用程序,再次按F5,然后从相同的
IsolatedStorage
中
读取。(我认为一个新的编译会导致它使用新的
IsolatedStorage
。)但是
浏览 4
提问于2010-04-14
得票数 5
回答已采纳
1
回答
文件
存在命令windows phone的问题
xml
、
windows-phone-7.1
、
isolatedstorage
我是在网上找到这个代码的,用来检查
文件
是否存在 using (var store = IsolatedStorageFile.GetUserStoreForApplication())是否有Setting.xml
文件
?(我可以通过XDocument data = XDocument.Load("Setting.xml");加载该
文件
)?
浏览 0
提问于2012-04-30
得票数 1
1
回答
在
windows phone 7的
IsolatedStorage
中
存储资源
windows-phone-7
、
isolatedstorage
这是一个基于词汇的游戏,我有一个文本字典,它基本上是一个包含大量单词的巨大文本
文件
。 我如何在模拟器中使用它。我发现我们只能访问我们的应用程序使用
IsolatedStorage
创建的
文件
。我应该在每次加载应用程序时手动创建这个
文件
(这不是一个可行的方法),或者我可以以某种方式将文本
文件
与应用程序捆绑在一起。在后一种情况下,我如何访问此
文件
。我只是想说明一下,我并不是
在
寻找独立存储教程的链接。我想将该文本
文件
添加到我的项目资源
中
,并将其
浏览 1
提问于2012-03-16
得票数 0
回答已采纳
2
回答
如何在开发时将现有
文件
添加到
IsolatedStorage
?
c#
、
windows-phone-7
、
windows-phone-8
、
windows-phone
、
isolatedstorage
我有一个xml
文件
,其中包含一些预定义的名称。当我执行应用程序时,我希望它在
IsolatedStorage
中
。我知道如何创建数据并将其保存到
IsolatedStorage
中
,但是如何可视化地复制/粘贴现有
文件
?IsolatedStorageFile
isolatedStorage
= IsolatedStorageFile.GetUserStoreForApplication();
isolatedStorage
.FileExists(fil
浏览 0
提问于2013-09-20
得票数 1
回答已采纳
1
回答
可以将新类添加到现有dll
中
并将其更新到源
文件
中
。
c#
、
.net
ErrorInfo>(results.Errors.Count); 以上代码用于创建dll
文件
现在,我已经创建了一个带有方法的新类,以及如何将这个新创建的类添加到现有的DLL (ex )
中
。( ClientProx.dll)与旧类。我们怎样才能
浏览 0
提问于2012-08-01
得票数 2
2
回答
Windows phone的
IsolatedStorage
会被黑客入侵吗?
windows-phone-7.1
、
isolatedstorage
我使用我的应用程序下载
文件
,然后保存到
IsolatedStorage
中
。是否有人可以从我的应用程序
中
入侵并获取我的
文件
或
文件
夹?我不知道
IsolatedStorage
如何保护它的数据?我们是否有其他方法来保护
IsolatedStorage
中
的数据?
浏览 1
提问于2012-06-20
得票数 1
点击加载更多
相关
资讯
在Lightroom中重命名文件的3种方法
终端基础:在 Linux 中重命名文件和目录 | Linux 中国
轻松上手在 Ubuntu 中快速重命名单个及多个文件
怎么重命名文件名?批量重命名文件名不再难,文件重命名实用技巧
重命名文件的方法有哪些?重命名文件的工具有哪些?
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券