jhlim 20240202_2

This commit is contained in:
t001310
2025-02-28 15:00:32 +09:00
parent 8fddc5bca4
commit a4169bb683
11 changed files with 1068 additions and 38 deletions

View File

@@ -28,6 +28,11 @@ namespace DDUtilityApp
/// </summary>
public string DownloadPath { get; set; }
/// <summary>
/// 로그파일 다운로드 경로 jhlim 20250202
/// </summary>
public string MesDownloadPath { get; set; }
/// <summary>
/// Workflow 다운로드 경로
/// </summary>
@@ -109,6 +114,7 @@ namespace DDUtilityApp
this.DefaultPath = defaultPath.Replace("%MyDocuments%", Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments));
this.DownloadPath = $@"{this.DefaultPath}Download\";
this.WorkflowPath = $@"{this.DefaultPath}Workflow\";
this.MesDownloadPath = $@"{this.DefaultPath}MesDownload\"; //jhlim 20250202
}
public void LoadSetting()