Thus, the title may be a little misleading, but what I wanted to accomplish was reading an array of files and then merging them into one, where I am now.
The problem is that I have a catch that is looking for a "FileNotFoundException" exception when it is called. I want to continue the try statement (using "continue"), but let the user know that the file is missing.
My setup is a class that is called from the form (it is in the form where the error should be displayed)
I was thinking of creating an event that can be logged in my form, but is that so?
public void MergeClientFiles(string directory) {
source share