摘要: 很简单当笔记用 1 public static void FindFilename(string filePath) 2 { 3 try 4 { 5 string fileExtension = null; 6 using (FileStream fs = new FileStream(filePath, FileMode.Open, FileAccess.Read)) 7 { 8 using (... 阅读全文
posted @ 2012-11-13 15:52 布洛克菲勒 阅读(563) 评论(0) 推荐(0) 编辑