Results 1 to 2 of 2

Thread: [2005] Detect if a file is in use

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2007
    Posts
    38

    [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.

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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
  •  



Click Here to Expand Forum to Full Width