05 2007 档案
文件夹复制操作(非递归循环遍历文件夹)
摘要:/// /// 创建文件夹 /// /// 原始路径 /// public static bool CreateFolder(string SourcePath) { try { Directory.CreateDirectory(So... 阅读全文
posted @ 2007-05-28 11:44 路过秋天 阅读(3002) 评论(0) 推荐(0) 编辑

路过秋天