개정판 4a1073c1
issue #937: need to move fixed codes to configuration
Change-Id: Idfc6516b6cdc5eeccfa3350d05656f62c7b18848
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
1163 | 1163 |
{ |
1164 | 1164 |
|
1165 | 1165 |
FinalPDFPath = new FileInfo(pdfFilePath); |
1166 |
//File.Move(FinalPDFPath.FullName, @"\\172.20.100.72\FinalPDF\" + FinalPDFPath.Name.Replace(".tmp", ".pdf")); |
|
1167 |
//FinalPDFPath = new FileInfo(@"\\172.20.100.72\FinalPDF\" + FinalPDFPath.Name.Replace(".tmp", ".pdf")); |
|
1168 | 1166 |
|
1167 |
///TODO : 복사할 경로를 configuration으로 빼주세요 |
|
1169 | 1168 |
File.Move(FinalPDFPath.FullName, @"\\192.168.0.67\finalpdf\" + FinalPDFPath.Name.Replace(".tmp", ".pdf")); |
1170 | 1169 |
FinalPDFPath = new FileInfo(@"\\192.168.0.67\finalpdf\" + FinalPDFPath.Name.Replace(".tmp", ".pdf")); |
1171 | 1170 |
|
1172 |
//File.Move(FinalPDFPath.FullName, @"d:\finalpdf\result\" + FinalPDFPath.Name.Replace(".tmp", ".pdf")); |
|
1173 |
//FinalPDFPath = new FileInfo(@"d:\finalpdf\result" + FinalPDFPath.Name.Replace(".tmp", ".pdf")); |
|
1174 |
|
|
1175 | 1171 |
try |
1176 | 1172 |
{ |
1177 | 1173 |
File.Delete(pdfFilePath); |
내보내기 Unified diff