摘要: /* private void writeLog() { string t = DateTime.Now.ToString("yyyyMMdd"); if (File.Exists(CurrentPath + "\\log\\" + t + ".txt")) { StreamWriter nw = new StreamWriter(CurrentPath + "\\log\\" + t + ".txt", true, System.Text.Encodin... 阅读全文
posted @ 2013-07-22 14:47 Ethan.Sun 阅读(272) 评论(1) 推荐(0)
摘要: public class ApiCopyFile { private const int FO_COPY = 0x0002; private const int FOF_ALLOWUNDO = 0x00044; //显示进度条 0x00044 // 不显示一个进度对话框 0x0100 显示进度对话框单不显示进度条 0x0002显示进度条和对话框 private const int FOF_SILENT = 0x0002;//0x0100; //... 阅读全文
posted @ 2013-07-22 09:19 Ethan.Sun 阅读(287) 评论(0) 推荐(0)