摘要:
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); //創建目錄 public static bool Cr 閱讀全文
posted @ 2011-05-18 11:29
古文觀芷
閱讀(12397)
評論(0)
推薦(1)
浙公網安備 33010602011771號