I have a file where I read a list of lines and copy a file based on those lines. If the copy fails, using a try...catch, I record an Event Log entry.<BR><BR>While I've got it working in VB.NET, C# ...