C# File.Delete文件时 提示:文件引起的访问被拒绝解决方案时间:2024-03-06 07:35:57 new FileInfo(f).Attributes = FileAttributes.Normal; File.Delete(f);