Support automatic processing
This commit is contained in:
parent
165036ff44
commit
7511ebcd2c
@ -335,9 +335,12 @@ namespace DataLoader
|
||||
{
|
||||
if (_OnlyThisFolder == null)
|
||||
{
|
||||
if (frmMain.MySettings.OnlyThisSet)
|
||||
if (frmMain.MySettings.OnlyThisSet || frmMain.Automatic)
|
||||
{
|
||||
DirectoryInfo dir = new DirectoryInfo(frmMain.MySettings.ProcedureSetPath);
|
||||
DirectoryInfo dir = new DirectoryInfo(frmMain.ProcedureSetPath);
|
||||
if (frmMain.Automatic)
|
||||
_OnlyThisFolder = dir.FullName.ToUpper();
|
||||
else
|
||||
_OnlyThisFolder = dir.Parent.FullName.ToUpper();
|
||||
}
|
||||
else if ((frmMain.MySettings.ProcessOnlyInLocation ?? "") != "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user