Verfolgung für Dateien in bin und obj-Ordner gestoppt

This commit is contained in:
dev-mkoebis
2026-04-23 14:56:47 +02:00
parent f2ecbe36e0
commit 1905243a4a
4 changed files with 229 additions and 261 deletions

View File

@@ -41,7 +41,7 @@ namespace MergeCMInpro.Business
}
catch (ArgumentOutOfRangeException ex)
{
Console.WriteLine("ERROR: Wrong Path {0}. Please provide folder like '843.818 - 847.187 SAGA HD 28 2023_12_18'", Path.GetDirectoryName(v.AbsoluteFilePath));
Console.WriteLine("ERROR: Wrong Path {0}. Please provide folder like '843.818 - 847.187 SAGA HD 28 2023_12_18'", Path.GetDirectoryName(v.AbsoluteFilePath),ex.Message);
}
catch (Exception ex)
{