On my network multiple people will be accessing the same file daily. I wanted to know if there is a way with code to detect if the file is in use.
Printable View
On my network multiple people will be accessing the same file daily. I wanted to know if there is a way with code to detect if the file is in use.
if you try to open it with exclusive rights, and it fails, then that is generally an indication that it is in use already.