摘要: public string UploadFile(string filePath, string fileName, string ftpServerIP, string ftpUserName, string ftpPassword) { string file = filePath + file 阅读全文
posted @ 2017-01-23 13:16 成小伟 阅读(3770) 评论(0) 推荐(0) 编辑
摘要: DirectoryInfo directory = new DirectoryInfo(@"D:\0001\" + year + @"\" + time.Substring(4,2) + @"\" + LocaleId + @"\"); if (!directory.Exists)//不存在 dir 阅读全文
posted @ 2017-01-23 13:15 成小伟 阅读(6621) 评论(0) 推荐(0) 编辑