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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user