摘要: 61.文件夹移动到整合操作 FolderDialog aa = new FolderDialog(); aa.DisplayDialog(); if (aa.Path != "") { string filename = Path.GetFileName(%%1); string path=(aa.... 阅读全文
posted @ 2014-08-13 09:36 二刀 阅读(333) 评论(0) 推荐(0)
摘要: 1.创建文件夹//using System.IO;Directory.CreateDirectory(%%1);2.创建文件//using System.IO;File.Create(%%1);3.删除文件//using System.IO;File.Delete(%%1);4.删除文件夹//usi... 阅读全文
posted @ 2014-08-13 09:35 二刀 阅读(1975) 评论(0) 推荐(0)