예제 #1
0
 // Token: 0x06001E3D RID: 7741 RVA: 0x000F98CC File Offset: 0x000F7ACC
 public static string[] smethod_8()
 {
     if (GClass12.smethod_16())
     {
         string[] files = Directory.GetFiles(GClass12.string_0, "*.setlist");
         string[] array = new string[files.Length];
         for (int i = 0; i < files.Length; i++)
         {
             array[i] = Path.GetFileNameWithoutExtension(files[i]);
         }
         return(array);
     }
     return(null);
 }
예제 #2
0
 // Token: 0x06001E35 RID: 7733 RVA: 0x000F93A8 File Offset: 0x000F75A8
 public static bool smethod_0(string string_4)
 {
     if (GClass12.smethod_16())
     {
         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 = 0; j < array.Length; j++)
         {
             if (Path.GetFileNameWithoutExtension(array[j]) == string_4)
             {
                 return(true);
             }
         }
     }
     return(false);
 }