龙之家园  
我的博客我做主!

2007年7月23日

摘要: private void CopyFile(string source, string destination) { bool flag = true; if (!Directory.Exists(destination) && flag == true) { ... 阅读全文
posted @ 2007-07-23 10:37 zhengfeng 阅读(313) 评论(0) 推荐(0) 编辑
 
摘要: private void CopyDirection(string source, string destination) { if (!Directory.Exists(destination)) { Directory.CreateDirectory(destination); }... 阅读全文
posted @ 2007-07-23 09:33 zhengfeng 阅读(216) 评论(0) 推荐(0) 编辑