摘要: /// /// 文件夹下所有内容copy /// /// 要Copy的文件夹 /// 要复制到哪个地方 /// 是否覆盖 /// private static bool CopyDirectory(string SourcePath, string Destina... 阅读全文
posted @ 2019-04-13 15:07 紫晶城 阅读(1221) 评论(0) 推荐(0) 编辑
摘要: if (!Directory.Exists(dir))//如果不存在就创建 dir 文件夹 Directory.CreateDirectory(dir); 阅读全文
posted @ 2019-04-13 15:04 紫晶城 阅读(10009) 评论(0) 推荐(1) 编辑
摘要: 用法: 阅读全文
posted @ 2019-04-13 14:59 紫晶城 阅读(4572) 评论(0) 推荐(0) 编辑