会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yuanshuo
不积跬步无以至千里
新随笔
管理
2023年10月11日
C# 删除文件被拒绝
摘要: if(File.Exists(copyPath + "\\" + name)==true) { //删除提示访问被拒绝,增加此行代码 new FileInfo(filePath).Attributes = FileAttributes.Normal; File.Delete(copyPath + "
阅读全文
posted @ 2023-10-11 19:47 博客YS
阅读(479)
评论(1)
推荐(1)
编辑