Loading

摘要: http://msdn.microsoft.com/zh-cn/library/kx3852wf(v=vs.80).aspx如何:在独立存储中删除文件和目录using System;using System.IO.IsolatedStorage;using System.IO;public class DeletingFilesDirectories{ public static void Main(){ // Get a new isolated store for this user domain and assembly. // Put the store int... 阅读全文
posted @ 2013-05-14 00:52 androllen 阅读(161) 评论(0) 推荐(0) 编辑