in reply to Determine when file is done being written?

You could keep checking the size of the file using stat, and after it has not changed for a while, assume that it is safe to do what you have to do.
  • Comment on Re: Determine when file is done being written?