2015年9月29日
摘要: 最近用到FSRM,发现无法识别UNC路径,因此写了这段转义Code。static string ConvertUNC2Local(string UNC){ Dictionary UncLocal = new Dictionary(); ManagementObjectSearcher s... 阅读全文
posted @ 2015-09-29 18:16 Hazy 阅读(868) 评论(0) 推荐(0)