龙之家园 |
|
||
我的博客我做主! |
2007年7月23日
摘要:
private void CopyFile(string source, string destination) { bool flag = true; if (!Directory.Exists(destination) && flag == true) { ... 阅读全文
摘要:
private void CopyDirection(string source, string destination) { if (!Directory.Exists(destination)) { Directory.CreateDirectory(destination); }... 阅读全文
|
Copyright © 2024 zhengfeng
Powered by .NET 9.0 on Kubernetes |