Exemple #1
0
 public static bool Init(string path)
 {
     try
     {
         CASC = CASCHandler.OpenLocalStorage(path);
         Root = CASC.CreateStorageTree(LocaleFlags.All);
         return(true);
     }
     catch
     {
         return(false);
     }
 }