FrmServerLog

This commit is contained in:
2025-03-18 10:49:29 +09:00
parent 05390839fc
commit 1ffb8e0785
4 changed files with 123 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ namespace DDUtilityApp
/// <summary>
/// 로그파일 다운로드 경로 jhlim 20250202
/// </summary>
public string MesDownloadPath { get; set; }
public string DownloadPathServerLog { get; set; }
/// <summary>
/// Workflow 다운로드 경로
@@ -117,7 +117,7 @@ namespace DDUtilityApp
this.DefaultPath = defaultPath.Replace("%MyDocuments%", Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments));
this.DownloadPath = Path.Combine(this.DefaultPath, "Download");
this.WorkflowPath = Path.Combine(this.DefaultPath, "Workflow");
this.MesDownloadPath = Path.Combine(this.DefaultPath, "DownloadMES");
this.DownloadPathServerLog = Path.Combine(this.DefaultPath, "DownloadServer");
}
/// <summary>