2011年11月3日

<h1>远程操作XML</h1>

摘要: /// <summary> /// XMLDocument.Load GetFile /// </summary> public static void SetRemoteXML() { string path2 = @"\\192.168.88.80\VSS_DB\XMLFile.xml"; string path = Application.StartupPath + "\\XMLFile.xml"; if (!File.Exists(path2)) { MessageBox.Show("File inexisten 阅读全文

posted @ 2011-11-03 13:39 Xavi Du 阅读(338) 评论(0) 推荐(0)

导航