Files in Use Check - Network
Hi there,
I've got a little problem: I need to update files in network (mainly one EXE and some DLLs). But I need to check if the files to update are in use.
I tried to use the LockedList-Plugin, also the RLByte ISSProc, but it only works if it's _me_ locking the files. They are not able to check of someone else is locking the files in the network directory.
Is there a workaround? I mean: I could try to delete every file and check if it still exists after deleting - but that would be a lot of work. I do not know if there is an easier solution.
Hope you can help me :)
Ama