资源简介
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 xm
文件 22 2015-09-11 10:03 xm
文件 251 2015-09-11 10:05 xm
文件 10240 2016-04-07 10:38 xm
文件 30208 2016-04-07 10:38 xm
文件 11600 2016-04-07 10:37 xm
文件 490 2013-11-09 09:03 xm
文件 4338 2015-09-11 10:03 xm
文件 2719 2015-09-11 09:58 xm
文件 5817 2015-09-11 09:58 xm
文件 2152 2015-09-11 09:29 xm
文件 6286 2016-04-07 10:38 xm
文件 384 2015-09-11 09:58 xm
文件 874 2015-09-11 09:58 xm
文件 1688 2016-04-07 10:38 xm
文件 975 2016-04-07 10:38 xm
文件 10240 2016-04-07 10:38 xm
文件 180 2015-09-11 09:58 xm
文件 30208 2016-04-07 10:38 xm
文件 180 2015-09-11 09:31 xm
文件 490 2015-09-11 09:29 xm
文件 1398 2015-09-11 09:29 xm
文件 2869 2015-09-11 09:29 xm
文件 5612 2015-09-11 09:29 xm
文件 1095 2015-09-11 09:29 xm
文件 249 2015-09-11 09:29 xm
文件 3677 2015-09-11 09:31 xm
文件 869 2015-09-11 09:29 xm
..A..H. 19968 2016-04-07 10:43 xm
目录 0 2015-09-11 09:29 xm
............此处省略11个文件信息
评论
共有 条评论