I need to create a windows service that will monitor a directory for newly uploaded files. The files will be around 100K to 400K in size.
Is there a chance that my monitoring system will notice a new file, but the file hasn't completetly finished copying over? i.e. it is still streaming in and the EOF hasn't been written yet?