摘要:
英文异常信息: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved excepti 阅读全文
摘要:
思路:找到正在使用当前文件的程序,Kill程序,删除文件 代码如下: string filePath = @"the file u want to delete"; var processes= FileUtil.WhoIsLocking(filePath); foreach(var process 阅读全文