(Page 1 of 4 )Our resident VB.Net guru is back! In this article Jayesh shows us how to use the FileSystemWatcher class to monitor folders for changes.Have you ever wanted to write an application that constantly monitors a folder and raises events when there is any activity in that folder? In the good old days using VB6, you had to use windows APIs to do something like this, which was not very simple and required a lot of coding.The Microsoft .NET Framework has introduced classes like
continue >>
Comments (0)
Visual Basic
Tags: