mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix directory ensurance until library fixed
This commit is contained in:
@@ -40,7 +40,7 @@ namespace RombaSharp.Features
|
||||
string? newdat = GetString(features, NewStringValue);
|
||||
|
||||
// Ensure the output directory
|
||||
outdat = outdat?.Ensure(create: true);
|
||||
outdat = (outdat ?? string.Empty).Ensure(create: true);
|
||||
|
||||
// Check that all required files exist
|
||||
if (!File.Exists(olddat))
|
||||
|
||||
Reference in New Issue
Block a user