Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Apr : waiting for file to finish writing
Hello, I have a thread which scans the folder for incoming files and processes them. The files are being written by another process. How do i wait for the file to finish writing? Do i just need to try to open the file in exclusive mode? Thanx, Eugene.