Distinguish IO extensions and helpers

This commit is contained in:
Matt Nadareski
2020-12-10 22:16:53 -08:00
parent 7141904fc8
commit 58b3cda921
47 changed files with 325 additions and 353 deletions

View File

@@ -48,7 +48,7 @@ namespace SabreTools.DatFiles
}
// Ensure the output directory is set and created
outDir = DirectoryExtensions.Ensure(outDir, create: true);
outDir = outDir.Ensure(create: true);
// If the DAT has no output format, default to XML
if (datFile.Header.DatFormat == 0)