• 大小: 0.08M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Xml  实例  C#  文件  操作  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.xml;

namespace xmlFileOperate
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        static public string strName = ““;//记录读取时xml文件路径
        static public string strOne = ““;//定义两个变量保存文本框内的值
        static public string strTwo = ““;
        static public string strThree = ““;//保存子标记名称
        static public string strFour = ““;//保存第二个子节点的属性名
        static public string strFive = ““;//保存第二个节点的属性值
        static public string strSix = ““;//保存节点路径

        private xmlDocument xm

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     15872  2016-09-28 10:25  操作xml文件\.vs\xmlFileOperate\v14\.suo

     文件      11046  2009-01-10 15:40  操作xml文件\Backup\xmlFileOperate\Form1.cs

     文件      25501  2010-08-18 17:51  操作xml文件\Backup\xmlFileOperate\Form1.Designer.cs

     文件       5814  2009-01-10 15:39  操作xml文件\Backup\xmlFileOperate\Form1.resx

     文件        495  2009-01-06 15:19  操作xml文件\Backup\xmlFileOperate\Program.cs

     文件       1360  2009-01-06 15:19  操作xml文件\Backup\xmlFileOperate\Properties\AssemblyInfo.cs

     文件       2878  2009-01-06 15:19  操作xml文件\Backup\xmlFileOperate\Properties\Resources.Designer.cs

     文件       5612  2009-01-06 15:19  操作xml文件\Backup\xmlFileOperate\Properties\Resources.resx

     文件       1099  2009-01-06 15:19  操作xml文件\Backup\xmlFileOperate\Properties\Settings.Designer.cs

     文件        249  2009-01-06 15:19  操作xml文件\Backup\xmlFileOperate\Properties\Settings.settings

     文件       3774  2009-01-06 15:32  操作xml文件\Backup\xmlFileOperate\xmlFileOperate.csproj

     文件        932  2009-01-06 15:20  操作xml文件\Backup\xmlFileOperate.sln

     文件      40558  2016-09-28 10:18  操作xml文件\UpgradeLog.htm

     文件        180  2016-09-28 10:20  操作xml文件\xmlFileOperate\bin\Debug\fileTwo.xml

     文件      20992  2016-09-28 10:18  操作xml文件\xmlFileOperate\bin\Debug\xmlFileOperate.exe

     文件      28160  2016-09-28 10:18  操作xml文件\xmlFileOperate\bin\Debug\xmlFileOperate.pdb

     文件      21680  2016-09-28 10:18  操作xml文件\xmlFileOperate\bin\Debug\xmlFileOperate.vshost.exe

     文件        490  2012-06-06 02:06  操作xml文件\xmlFileOperate\bin\Debug\xmlFileOperate.vshost.exe.manifest

     文件      11046  2009-01-10 15:40  操作xml文件\xmlFileOperate\Form1.cs

     文件      25501  2010-08-18 17:51  操作xml文件\xmlFileOperate\Form1.Designer.cs

     文件       5814  2009-01-10 15:39  操作xml文件\xmlFileOperate\Form1.resx

     文件       6864  2016-09-28 10:18  操作xml文件\xmlFileOperate\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       3584  2016-09-28 10:18  操作xml文件\xmlFileOperate\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1367  2016-09-28 10:18  操作xml文件\xmlFileOperate\obj\Debug\xmlFileOperate.csproj.FileListAbsolute.txt

     文件        847  2009-01-10 15:39  操作xml文件\xmlFileOperate\obj\Debug\xmlFileOperate.csproj.GenerateResource.Cache

     文件       1758  2016-09-28 10:18  操作xml文件\xmlFileOperate\obj\Debug\xmlFileOperate.csprojResolveAssemblyReference.cache

     文件      20992  2016-09-28 10:18  操作xml文件\xmlFileOperate\obj\Debug\xmlFileOperate.exe

     文件        180  2016-09-28 10:18  操作xml文件\xmlFileOperate\obj\Debug\xmlFileOperate.Form1.resources

     文件      28160  2016-09-28 10:18  操作xml文件\xmlFileOperate\obj\Debug\xmlFileOperate.pdb

     文件        180  2016-09-28 10:18  操作xml文件\xmlFileOperate\obj\Debug\xmlFileOperate.Properties.Resources.resources

............此处省略26个文件信息

评论

共有 条评论