Now, I could go ahead and write this using FileSystemWatcher
etc, but before I start coding - I wonder if there is a better option that I can re-use (rather than re-invent).
From my web-server, I want to drop files (to be printed) into a network share as a queue (ordering not hugely critical). Ideally, a windows service (or other client) on another machine would pick this file up (format tbc), print it to a pre-arranged print queue, and archive the file.
Pretty simple scenario - I just don't want to re-invent it. Any suggestions?