프로젝트

일반

사용자정보

개정판 d71b4688

IDd71b4688b1ac4bd5e1a5babd766490baa88f0808
상위 9908a3c1
하위 6070dde7

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

issue #660: SmartUpdate 수정

Change-Id: Icc4c9bd2702624bd8d235127b8d375a1962f6a48

차이점 보기:

KCOM/Common/Check_Uri.cs
15 15
                throw new Exception();
16 16
            }           
17 17
        }
18

  
19
        public static bool UriCheckBool(string filepath)
20
        {
21
            if (!(Uri.TryCreate(filepath, UriKind.Absolute, out Uri uri) && uri.Scheme == Uri.UriSchemeHttp))
22
            {
23
                return false;
24
            }
25
            return true;
26
        }
18 27
    }
19 28
}

내보내기 Unified diff

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