7
votes
10answers
500 views
Monitoring files - how to know when a file is complete
We have several .NET applications that monitor a directory for new files, using FileSystemWatcher. The files are copied from another location, uploaded via FTP, etc. When they come in, the files ar …
0
votes
Monitoring files - how to know when a file is complete
Thanks for all the quick answers; the stackoverflow community rocks!
Generally we don't have control over what is being written to the watched directory. I agree that when you do have such …
