摘要: XML 格式: 1 <?xml version="1.0" encoding="utf-8"?> 2 <DictionaryNotes> 3 <DictionaryNote name="CFFE-FLOOR-DM"> 4 <B_IsSuccess>True</B_IsSuccess> 5 <Load 阅读全文
posted @ 2020-03-20 16:43 _萧朗 阅读(477) 评论(0) 推荐(0) 编辑
摘要: private void DelFile(string FilePath) { if (Directory.Exists(FilePath)) { try { DirectoryInfo dir = new DirectoryInfo(FilePath); FileSystemInfo[] file 阅读全文
posted @ 2020-03-20 16:03 _萧朗 阅读(501) 评论(0) 推荐(0) 编辑