本文介绍了我的应用程序锁定的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有时使用后

 File.Copy(sourse,dest)





 file.CopyTo(dest, true 



on一个大文件

当我想使用或删除目标文件时出现以下错误

进程无法访问文件' 文件路径',因为 正由另一个人使用进程。





如何强制我的应用程序发布文件的过程?

解决方案




sometimes after use

File.Copy(sourse,dest)


or

file.CopyTo(dest,true)


on a big file
when I want to use or delete the destination file get the following error

The process cannot access the file 'file path' because it is being used by another process.



how can i force the process of my application to release the file?

解决方案




这篇关于我的应用程序锁定的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 06:16
查看更多