mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Distinguish IO extensions and helpers
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user