개정판 a0341bef
플러그인 테스트 추가
컨버터 수정
Change-Id: Ied5c8a92c9e47e067795118b7b6a400cb232ba83
ConvertService/ServiceBase/Markus.Service.Extensions/Helper/ConfigHelper.cs | ||
---|---|---|
15 | 15 |
string startDir = AppDomain.CurrentDomain.BaseDirectory; |
16 | 16 |
string configFilePath = ""; |
17 | 17 |
|
18 |
if (System.IO.Path.IsPathRooted(ConfigFileName)) |
|
18 |
if (!System.IO.Path.IsPathRooted(ConfigFileName))
|
|
19 | 19 |
{ |
20 | 20 |
configFilePath = $"{System.IO.Path.Combine(startDir, ConfigFileName)}"; |
21 | 21 |
} |
내보내기 Unified diff