You can use the FileSystemWatcher class from the System.IO namespace and
catch events when a file changes, or the contents of a directory change.
--
Scott
http://www.OdeToCode.com/blogs/scott/
> Is anyone aware of an elegant method to 'track' changes (additions,
> deletions, edits) to an online server on my web host...in this case
> various sub folders in the /IMAGES/ directory...
>
> The reason I ask is that I need to be able to alert internal staff to
> to new images added to various boat models on our site without
> reverting to sending out manual email notificaitons.
>
> Really appreciate any adivce on ways to achieve this as a .NET newbie.
>
> - Jason
>