프로젝트

일반

사용자정보

개정판 a20d338f

IDa20d338f5f5f4ebaf157097db99425d711cffe16
상위 400060e9
하위 2539667c

이지연이(가) 5년 이상 전에 추가함

issue #000: TempFile 폴더 변경, UriCheck Delete

Change-Id: I9c76ad959c9232ccd54a16d28d162acc5afb3b6a

차이점 보기:

KCOM/Common/TempFile.cs
36 36

  
37 37
        MarkupToPDF.Controls.Parsing.LayerControl layerControl = new MarkupToPDF.Controls.Parsing.LayerControl();
38 38

  
39
        public static string PathString = AppDomain.CurrentDomain.BaseDirectory + "Temp";
40
        public static string FilePath = PathString + "\\" + App.ViewInfo.DocumentItemID + ".tmp";        
39
        //public static string PathString = AppDomain.CurrentDomain.BaseDirectory + "Temp";      
40
        public static string PathString = Path.GetTempPath() + "\\MARKUS";
41
        public static string FilePath = PathString + "\\" + App.ViewInfo.DocumentItemID + ".tmp";
41 42

  
42
        internal void WriteTemp(List<MainMenu.TempDt> tempDtList)
43
        internal static void WriteTemp(List<MainMenu.TempDt> tempDtList)
43 44
        {
44 45
            if (tempDtList.Count > 0)
45 46
            {
......
213 214
            xmlDoc = null;
214 215
        }
215 216

  
216
        public void Remove() 
217
        public static void Remove() 
217 218
        {
218 219
            FileInfo fileDel = new FileInfo(FilePath);
219 220
            if (fileDel.Exists) 
......
222 223
            }
223 224
        }
224 225

  
225
        internal void DelTemp(string CommentID, string PageNumber) //Control 삭제시
226
        internal static void DelTemp(string CommentID, string PageNumber) //Control 삭제시
226 227
        {
227 228
            if ((System.IO.File.Exists(FilePath)) == false)
228 229
            {

내보내기 Unified diff

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