개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/DownloadPlugin/DirectDownload/Downloader.cs | ||
---|---|---|
34 | 34 |
webClient.Headers.Add("Authorization: BASIC SGVsbG8="); //가상의 인증 |
35 | 35 |
webClient.Proxy = null; |
36 | 36 |
|
37 |
if (!System.IO.Directory.Exists(SaveDirectory)) |
|
38 |
{ |
|
39 |
System.IO.Directory.CreateDirectory(SaveDirectory); |
|
40 |
} |
|
41 |
|
|
42 | 37 |
webClient.DownloadFile(originFilePath, downloadFilePath); |
43 | 38 |
|
44 | 39 |
webClient.Dispose(); |
내보내기 Unified diff