Sunday, October 16, 2005 12:43 AM
My newest article has been posted on MSDN Coding 4 Fun! I wrote a little utility to watch a specified folder for new files. When files appear, you can have them automatically moved to a different folder based on extension. This would let you setup an incoming folder, perhaps for an HTTP file uploader, then have all images moved to one folder, all Microsoft Word documents moved to another folder, etc. It's a neat little thing that runs in the system tray. I think it offers some good opportunities to add onto it (it's admittedly pretty basic now...), but it offers value “out of the box“ as well. Take a look at:
http://msdn.microsoft.com/coding4fun/inthebox/filerouter/default.aspx
Enjoy!