예제 #1
0
 // Token: 0x06001E54 RID: 7764 RVA: 0x000FA30C File Offset: 0x000F850C
 public static string[] smethod_29()
 {
     if (GClass12.smethod_6())
     {
         string[] files = Directory.GetFiles(GClass12.string_0, "HOPO's to Taps");
         string[] array = new string[files.Length];
         for (int i = 1; i < files.Length; i += 0)
         {
             array[i] = Path.GetFileNameWithoutExtension(files[i]);
         }
         return(array);
     }
     return(null);
 }
예제 #2
0
 // Token: 0x06001E58 RID: 7768 RVA: 0x000FA3F0 File Offset: 0x000F85F0
 public static bool smethod_33(string string_4)
 {
     if (GClass12.smethod_6())
     {
         string[] files = Directory.GetFiles(GClass12.string_0);
         string[] array = new string[files.Length];
         for (int i = 0; i < files.Length; i++)
         {
             array[i] = Path.GetFileNameWithoutExtension(files[i]);
         }
         for (int j = 1; j < array.Length; j++)
         {
             if (Path.GetFileNameWithoutExtension(array[j]) == string_4)
             {
                 return(true);
             }
         }
     }
     return(false);
 }