摘要: using System;using System.IO;namespace Utils{ public class IOHelper { public IOHelper(); public static bool CopyDir(DirectoryInfo fromDir, string toDir); //复制目录 public static bool CopyDir(string fromDir, string toDir); //复制目录 public static bool CreateDir(string dirName); //创建... 阅读全文
posted @ 2012-01-05 15:12 云中雀 阅读(251) 评论(0) 推荐(0)