Exemple #1
0
        private static void smethod_18()
        {
            if (Class67.zipArchive_0 != null)
            {
                return;
            }
            string path     = Path.Combine(GClass88.DirectoryCache, "etag");
            string str      = Path.Combine(GClass88.DirectoryCache, "db");
            string string_2 = GClass6.Get_URL_File_Metadata(Class67.DataV6URL);

            if (System.IO.File.Exists(path) && System.IO.File.Exists(str))
            {
                if (!(System.IO.File.ReadAllText(path) != string_2) && new FileInfo(str).Length != 0L)
                {
                    using (MemoryStream memoryStream_0 = new MemoryStream(System.IO.File.ReadAllBytes(str)))
                        Class67.smethod_16(memoryStream_0);
                }
                else
                {
                    Class67.smethod_17(string_2);
                }
            }
            else
            {
                Class67.smethod_17(string_2);
            }
        }