Community

Use the .NET FileSystemWatcher object to monitor directory changes in C#

(Zach Smith) There are many instances that require systems to perform certain tasks when files or directories are created or modified. One example of this is an import system that pulls flat files into a database. In this instance, a program must monitor a directory for newly created files. When a f

Read More - Register for Free Membership