摘要: //保存文件路径供DMT调用 string CreatePath = ""; public string PathTy(int sealerID, int Type,string List) { CreateFolder("temp"); string PathT =CreatePath+"\\"+ sealerID + "_" + Type + "_" + DateTime.Now.ToString("yyyy-MM-dd") + ".txt"; Fil 阅读全文
posted @ 2011-12-30 19:43 周正明 阅读(277) 评论(0) 推荐(0)