Anybody have some code to monitor a windows server and notify me when a new file has been copied to it.
Thanks, Paul
Anybody have some code to monitor a windows server and notify me when a new file has been copied to it.
Thanks, Paul
Think you want FileSystemWatcher
msdn http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx
example http://articles.techrepublic.com.com/5100-10878_11-6165137.html
EDIT : .Net specific answer