- May
- 13,741
- 209
I have a plugin which opens a file with FILE_SHARE_READ | FILE_SHARE_WRITE. While the file is open, I can TYPE it (or HEAD, or TAIL, in the current TCC or in another instance). But I can't use @LINES on it (current or other instance). When I try, I get
What's up with that?
Code:
TCC: (Sys) The process cannot access the file because it is being used by another process.