[DatFile] Add verify depot

This commit is contained in:
Matt Nadareski
2017-01-31 23:18:41 -08:00
parent 047f7cc31f
commit bceb99d8e4
6 changed files with 160 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ namespace SabreTools.Helper.Dats
}
// If output directory is empty, use the current folder
if (outDir.Trim() == "")
if (outDir == null || outDir.Trim() == "")
{
logger.Verbose("No output directory defined, defaulting to curent folder");
outDir = Environment.CurrentDirectory;