Anybody have some code to monitor a windows server and notify me when a new file has been copied to it.
Thanks,
Paul
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Think you want FileSystemWatcher
msdn
http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx
example
https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-6165137.html
EDIT : .Net specific answer