Finding out if a file is open

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

I need to find out if a file is open, so i can wait until its has finished its current write

Anyway to check this

Thanks

/Jonny
 
Hello,
You can synchronize while read/write in the file.
Use the "Lock" keyword to lock the file while it is being edited.
Does that solve your problem? Please send if it didn't. I'd be glad to help
more

Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top