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:
@@ -35,7 +35,7 @@ namespace RombaSharp.Features
|
||||
string newdat = GetString(features, NewStringValue);
|
||||
|
||||
// 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