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