摘要:
1 string pLocalFilePath ="";//要复制的文件路径 2 string pSaveFilePath ="";//指定存储的路径 3 if (File.Exists(pLocalFilePath))//必须判断要复制的文件是否存在 4 { 5 File.Copy(pLocalFilePath, pSaveFilePath, true);//三个参数分别是源文件路径,存储路径... 阅读全文
posted @ 2019-01-19 19:10
好名字可以让你的朋友更容易记住你
阅读(1563)
评论(4)
推荐(1)
摘要:
项目上用到的,随手做个记录,哈哈。 直接上代码: 1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Collections.Generic; 5 using System.IO; 6 u 阅读全文
posted @ 2019-01-19 19:00
好名字可以让你的朋友更容易记住你
阅读(4669)
评论(2)
推荐(3)

浙公网安备 33010602011771号