2013年4月27日

C# Winform 拷贝共享文件夹文件包含输入共享用户及密码

摘要: string filePath = Application.StartupPath; if (!Directory.Exists(filePath)) { Directory.CreateDirectory(filePath); } try { CopyDirectory("\\\\192.168.0.23\\printUpdateFile", filePath); MessageBox.Sho... 阅读全文

posted @ 2013-04-27 11:13 空白画映 阅读(3023) 评论(0) 推荐(0)

导航