摘要:
public static void WriteStringToFile(string FilePath, string Contend) { FileInfo fi = new FileInfo(FilePath); if (!fi.Di... 阅读全文
posted @ 2015-05-15 20:18
nbu_djw
阅读(359)
评论(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
阅读(121)
评论(0)
推荐(0)
浙公网安备 33010602011771号