public static void init(string root) { UserDb.init(root); try { Vuser.total = clib.atoi(File.ReadAllText(clib.work("user_count.dat"))); } catch (Exception ex) { clib.imsg("cannot read user_count.dat {0}", (object)ex.Message); } }