프로젝트

일반

사용자정보

개정판 43e1d368

ID43e1d3684849725d38b5c74b43d4bb593f546d7a
상위 d91efe5c
하위 42d49521

김태성이(가) 약 2년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)