I'm wondering how to set up a file trigger so that a network file copy task (and an email notification) is sent when a certain file is created, but only after the file is complete.
The file is a .BAK file created by an automated backup task as part of a SQL Server maintenance plan. The backup takes a variable amount of time, so we'd like to be notified when the backup is complete and we'd like it to automatically be copied to a NAS as soon as the file is done.
Is there a way to do this easily in VC?