K
Kyle Jedrusiak
I'm trying to make us of the FileSystemWatcher.
I have it watching a folder for creations and deletions of files.
When files are added (by an outside process) to this folder I do get the
event for the creation.
The problem is, I need an event after the file has been completely created
and closed, not the second the file is created.
(It make a number of seconds for the complete writing of the contents of the
file to complete.)
Would someone please point me in the right direction?
I have it watching a folder for creations and deletions of files.
When files are added (by an outside process) to this folder I do get the
event for the creation.
The problem is, I need an event after the file has been completely created
and closed, not the second the file is created.
(It make a number of seconds for the complete writing of the contents of the
file to complete.)
Would someone please point me in the right direction?