diff --git a/SabreTools.Library/DatFiles/DatFile.cs b/SabreTools.Library/DatFiles/DatFile.cs index 2e882384..9b740be8 100644 --- a/SabreTools.Library/DatFiles/DatFile.cs +++ b/SabreTools.Library/DatFiles/DatFile.cs @@ -5915,6 +5915,12 @@ namespace SabreTools.Library.DatFiles { reportName = "report"; } + + // Get the proper output directory name + if (outDir == null) + { + outDir = Environment.CurrentDirectory; + } outDir = Path.GetFullPath(outDir); // Get the dictionary of desired output report names