Ejemplo n.º 1
0
        private static List <PackRes_Def.BundleData> InitCfgDataList()
        {
            string localpath   = Path.Combine(packSetting.cfg_path, packSetting.cfg_file);
            string packCfgPath = Path.GetFullPath(localpath);
            List <PackRes_Def.BundleData> bundleList = PackRes_Common.ParseResCfg(packCfgPath, packSetting.res_path, packSetting.option, packSetting.compress);

            return(bundleList);
        }