摘要: /// /// 写入日志文件 /// /// private void WriteLogFile(string input) { /**/ ///指定日志文件的目录 string fname = Server.MapPath("upedFile") + "\\logfile.txt"; /**/ ///定义文件信息对象 FileInfo finfo = new FileInfo(fname... 阅读全文
posted @ 2013-12-11 15:59 ``炯`` 阅读(864) 评论(0) 推荐(0) 编辑