C#把一个文件夹的复制到另一个文件夹当中
public static class Test { public static void CopyDir(string srcPath, string aimPath) { try { // 检查目标目录是否以目录分割字符结束如果不是则添加 ...