How can I know if a file is being written by another process?
Hi,
I want to read a file that is created by an external process. I need to read this file after the external process is finished. I have an instance of FileReference to this file. Is it possible to know if the file is being written or it is closed?