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

@@ -40,7 +40,7 @@ in -old DAT file. Ignores those entries in -old that are not in -new.";
string outdat = GetString(features, OutStringValue);
// Ensure the output directory
DirectoryExtensions.Ensure(outdat, create: true);
outdat.Ensure(create: true);
// Check that all required files exist
if (!File.Exists(olddat))