• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: XML和INI  

资源简介

XML和INI配置文件的读写方法

资源截图

代码片段和文件信息

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.xml;
using System.Runtime.InteropServices;

namespace xmlandIni
{
    public partial class Form1 : Form
    {
        [DllImport(“kernel32“)]
        public static extern bool WritePrivateProfileString(string lpApplicationName string lpKeyName string lpString string lpFileName);
        [DllImport(“kernel32“)]
        public static extern uint GetPrivateProfileString(string lpApplicationName string lpKeyName string lpDefault StringBuilder lpReturnedString int nSize string lpFileName);

        public Form1()
        {
            InitializeComponent();
        }


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

     文件      11110  2015-06-17 20:26  xmlandIni\xml Operate.txt

     文件         22  2015-09-11 10:03  xmlandIni\xmlandIni\bin\Debug\myIni.ini

     文件        251  2015-09-11 10:05  xmlandIni\xmlandIni\bin\Debug\Myxml.xml

     文件      10240  2016-04-07 10:38  xmlandIni\xmlandIni\bin\Debug\xmlandIni.exe

     文件      30208  2016-04-07 10:38  xmlandIni\xmlandIni\bin\Debug\xmlandIni.pdb

     文件      11600  2016-04-07 10:37  xmlandIni\xmlandIni\bin\Debug\xmlandIni.vshost.exe

     文件        490  2013-11-09 09:03  xmlandIni\xmlandIni\bin\Debug\xmlandIni.vshost.exe.manifest

     文件       4338  2015-09-11 10:03  xmlandIni\xmlandIni\Form1.cs

     文件       2719  2015-09-11 09:58  xmlandIni\xmlandIni\Form1.Designer.cs

     文件       5817  2015-09-11 09:58  xmlandIni\xmlandIni\Form1.resx

     文件       2152  2015-09-11 09:29  xmlandIni\xmlandIni\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6286  2016-04-07 10:38  xmlandIni\xmlandIni\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        384  2015-09-11 09:58  xmlandIni\xmlandIni\obj\x86\Debug\GenerateResource.read.1.tlog

     文件        874  2015-09-11 09:58  xmlandIni\xmlandIni\obj\x86\Debug\GenerateResource.write.1.tlog

     文件       1688  2016-04-07 10:38  xmlandIni\xmlandIni\obj\x86\Debug\xmlandIni.csproj.FileListAbsolute.txt

     文件        975  2016-04-07 10:38  xmlandIni\xmlandIni\obj\x86\Debug\xmlandIni.csproj.GenerateResource.Cache

     文件      10240  2016-04-07 10:38  xmlandIni\xmlandIni\obj\x86\Debug\xmlandIni.exe

     文件        180  2015-09-11 09:58  xmlandIni\xmlandIni\obj\x86\Debug\xmlandIni.Form1.resources

     文件      30208  2016-04-07 10:38  xmlandIni\xmlandIni\obj\x86\Debug\xmlandIni.pdb

     文件        180  2015-09-11 09:31  xmlandIni\xmlandIni\obj\x86\Debug\xmlandIni.Properties.Resources.resources

     文件        490  2015-09-11 09:29  xmlandIni\xmlandIni\Program.cs

     文件       1398  2015-09-11 09:29  xmlandIni\xmlandIni\Properties\AssemblyInfo.cs

     文件       2869  2015-09-11 09:29  xmlandIni\xmlandIni\Properties\Resources.Designer.cs

     文件       5612  2015-09-11 09:29  xmlandIni\xmlandIni\Properties\Resources.resx

     文件       1095  2015-09-11 09:29  xmlandIni\xmlandIni\Properties\Settings.Designer.cs

     文件        249  2015-09-11 09:29  xmlandIni\xmlandIni\Properties\Settings.settings

     文件       3677  2015-09-11 09:31  xmlandIni\xmlandIni\xmlandIni.csproj

     文件        869  2015-09-11 09:29  xmlandIni\xmlandIni.sln

    ..A..H.     19968  2016-04-07 10:43  xmlandIni\xmlandIni.suo

     目录          0  2015-09-11 09:29  xmlandIni\xmlandIni\obj\x86\Debug\TempPE

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

评论

共有 条评论

相关资源