detecting if a file is opened by any other app.
Hi there,
Is there a way to determine if a file is opened by any (other) application in windows? And if so; is there also a way to force the file to be closed?
The problem i have is this: The prog i made runs on multiple workstations on a LAN and since im a novice at this, the prog crashes regularly (for now):). When it does, it often leaves a certain txtfile opened (on the server). which causes other copies of the prog to crash or stop as well, because it cant write/rename the opened txtfile.
Thanks in advance for the help!
Remvs
The NEtherlands