|
-
Mar 17th, 2007, 10:35 PM
#1
Thread Starter
Member
[2005] Detect if a file is in use
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.
-
Mar 18th, 2007, 01:17 AM
#2
Re: [2005] Detect if a 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|