摘要: public static void WriteStringToFile(string FilePath, string Contend) { FileInfo fi = new FileInfo(FilePath); if (!fi.Di... 阅读全文
posted @ 2015-05-15 20:18 nbu_djw 阅读(354) 评论(0) 推荐(0) 编辑
摘要: public static void Compress(string sourceFile, string destFile) { FileStream fs = File.OpenRead(sourceFile); byte[] bs = ... 阅读全文
posted @ 2015-05-15 11:13 nbu_djw 阅读(117) 评论(0) 推荐(0) 编辑