F
Florida Development
I have the need to monitor a directory for the arrival of files and then to
run some processing on those new files. This is easy enough conceptually,
the problem I have is that I get an event to handle when the file is first
created yet is not fully written to the disk yet. Is there some simple way
(that will pass a code review) that I can determine when the file write to
disk has been completed so I can do my processing? Thank you.
run some processing on those new files. This is easy enough conceptually,
the problem I have is that I get an event to handle when the file is first
created yet is not fully written to the disk yet. Is there some simple way
(that will pass a code review) that I can determine when the file write to
disk has been completed so I can do my processing? Thank you.