mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Allow appending on writable images, and correct some incorrect values.
This commit is contained in:
@@ -89,6 +89,12 @@ namespace DiscImageChef.Commands
|
||||
return;
|
||||
}
|
||||
|
||||
if(File.Exists(options.OutputFile))
|
||||
{
|
||||
DicConsole.ErrorWriteLine("Output file already exists, not continuing.");
|
||||
return;
|
||||
}
|
||||
|
||||
PluginBase plugins = new PluginBase();
|
||||
IMediaImage inputFormat = ImageFormat.Detect(inputFilter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user