摘要: /// <summary> /// 文件是否被占用 /// </summary> /// <param name="fileName"></param> /// <returns></returns> public static bool IsFileInUse(string fileName) { 阅读全文
posted @ 2021-06-11 11:48 LuoCore 阅读(699) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_30919571/article/details/102321538 有个处理方法在引发异常的发放上面加上 [System.Runtime.ExceptionServices.HandleProcessCorruptedStateExcept 阅读全文
posted @ 2021-06-11 10:46 LuoCore 阅读(884) 评论(0) 推荐(0)