任何知道如何在windows mobile 7.5中将数据存储到txt文件中的人
本文关键字:存储 数据 txt 文件 windows mobile 任何知 | 更新日期: 2023-09-27 18:24:52
我只找到了在隔离存储中存储数据的方法,但在手机中找不到文件。据说当手机关闭时,文件将不存在。我只找到在手机中存储图片的方法,但这是通过微软提供的API实现的。我找不到在手机中存储txt文件的其他方法。突发事件救命,求你了!
您必须打开一个IsolatedStorageFileStream并声明您的文本文件。这很容易做到。检查此链接:http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragefile.createfile(v=vs.95).aspx
在这里,您可以了解有关IsolatedStorage中文件的更多信息:http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragefile(v=vs.95).aspx
希望这能有所帮助。