Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一种方法来欺骗另一个程序,使其认为文件已经在使用 C# 使用。
如果你想“欺骗”系统,你应该只用 C# 代码打开文件。
这将导致“进程无法访问文件,因为另一个进程当前正在使用该文件”类型消息。
在 C# 中,只需使用 File.Open() 方法并避免调用 Close() 方法。