This commit is contained in:
tomse
2026-02-01 16:09:14 +01:00
parent 990c103b39
commit e330e5123a

View File

@@ -340,7 +340,6 @@ namespace PDFWorkflowManager
if (Directory.Exists(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.OrigsDir)) && !Directory.Exists(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.WorkDir))) if (Directory.Exists(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.OrigsDir)) && !Directory.Exists(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.WorkDir)))
{ {
// Replace the selected code block with this version
try try
{ {
string[] strOrigFiles = Directory.GetFiles(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.OrigsDir), "*.tif*"); string[] strOrigFiles = Directory.GetFiles(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.OrigsDir), "*.tif*");
@@ -365,7 +364,6 @@ namespace PDFWorkflowManager
btnCopyPathWorkDir.Enabled = true; btnCopyPathWorkDir.Enabled = true;
btnConvertToPDF.Enabled = true; btnConvertToPDF.Enabled = true;
// Replace the selected code block with this version
try try
{ {
string[] strWorkFiles = Directory.GetFiles(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.WorkDir), "*.tif"); string[] strWorkFiles = Directory.GetFiles(Path.Combine(txtProjectDir.Text, Properties.Settings.Default.WorkDir), "*.tif");