C#交流俱乐部

学习为主,互相帮助

博客园 首页 新随笔 联系 订阅 管理

11 2010 档案

摘要:public Setting(){ string dirPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"Config"); string[] filePaths = Directory.GetFiles(dirPath, "Database.*config"); if (filePaths != null || filePaths.Length > 0) { foreach (string path in filePaths) { Load(path); } }}privat 阅读全文
posted @ 2010-11-08 11:44 bluce chen 阅读(290) 评论(0) 推荐(0)