随笔分类 - C# - File
摘要:try { //删除临时上传的Excel文件 if (System.IO.File.Exists(path)) { FileInfo fi = new FileInfo(path); if (fi.Attributes.ToString().IndexOf("ReadOnly") != -1) fi
阅读全文
摘要:后台通过url下载文件到指定目录 string url = "https://file/Get/c76918bd-b4af-41b3-b767-32b5582d77de"; //下载地址 using (WebClient client = new WebClient()) { client.Down
阅读全文
浙公网安备 33010602011771号