2009年11月4日
摘要: 读写INI:首先,得到当前exe的运行路径 ApplicationPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase); 下面是操作INI文件的类 [代码]使用方法 写信息文件 IniFile NewIni = new IniFile(ApplicationPath + "\... 阅读全文
posted @ 2009-11-04 10:43 Kein 阅读(1240) 评论(0) 推荐(0)