Check if file is open

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

Hello,
I'm looking for a way to check to see if a file is already open. Is there a
method for this?

Thanks
Cheers :)
 
Well, maybe there is a better way but you could
read from it from within a try, and the catch will
tell you if it is open. I believe there is something
like a file control bloc though, that has the information.
 
Back
Top