摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Xml; 7 8 namespace ConsoleApplication7 9 { 10 ... 阅读全文
posted @ 2017-02-13 23:06 冲天小肥牛 阅读(768) 评论(0) 推荐(0) 编辑
摘要: 案例图片(winform) 阅读全文
posted @ 2017-02-13 14:17 冲天小肥牛 阅读(574) 评论(0) 推荐(0) 编辑
摘要: 1、Directory是对文件夹进行的操作。 1 //CreateDirectory:创建一个新的文件夹 2 //Delete:删除 3 //Move:剪切 4 //Exist()判断指定的文件夹是否存在 5 6 //if (!Directory.Exists(@"C:\Users\SpringRa 阅读全文
posted @ 2017-02-13 13:43 冲天小肥牛 阅读(362) 评论(0) 推荐(0) 编辑