cleanup
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user