1. Hi All

    How to check if a file is busy ?
    I use LogToFile to write a file and if file is busy i get an error IOException: Sharing violation on path.
     
  2. You check by catching the exception
     
  3. Bad choice, but there seems to be no better option
     
  4. Wulf

    Wulf Community Admin

    We need to add some sort of queue/cache and delayed writes to LogToFile, just hasn't happened yet.