News

I have a directory on a remote machine into which client computers will place files, I need to write code to respond to the creation of those files, and the best way I could come up with in C# was ...
I used the file system event watcher to detect changes in the local save directory, and in the process of writing the file triggered <B>3</B> events before the file itself was usable.