摘要: 1 //修改文件名 2 private static void ReviseFileName(string[] files) 3 { 4 for (int i = 0; i < files.Length; i++) 5 ... 阅读全文
posted @ 2014-10-13 15:04 小太 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: 文件夹浏览时dialogresult要写全引用路径 1 string path=null; 2 FolderBrowserDialog fbd = new FolderBrowserDialog(); 3 fbd.Description = "请选择... 阅读全文
posted @ 2014-10-13 09:29 小太 阅读(499) 评论(0) 推荐(0) 编辑