diff --git a/Program.cs b/Program.cs index bef80d7..983ccf6 100644 --- a/Program.cs +++ b/Program.cs @@ -79,6 +79,7 @@ class Program Log.Warning("This program has only been tested on linux and cannot be assumed to work on other Operating Systems"); } + // Get and check the directories passed to the program string _inputDirectory = args[0]; string _outputDirectory = args[1];