Esempio n. 1
0
 /// <summary>
 /// 获取全路径匹配状态
 /// </summary>
 /// <returns>全路径匹配状态</returns>
 public static bool CF_GetMatchPath()
 {
     try
     {
         if (CP_Platform == EPlatform.X86)
         {
             return(ModEverything32.Everything_GetMatchPath());
         }
         else
         {
             return(ModEverything64.Everything_GetMatchPath());
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }