Ejemplo n.º 1
0
        public bool SaveClass(Chilkat.Log log)
        {
            string path    = GenBase.m_xmlApiDefPath + @"/" + GenericName + ".xml";
            bool   success = m_xml.SaveXml(path);

            return(success);
        }
Ejemplo n.º 2
0
        public bool SaveClass(Chilkat.Log log)
        {
            // The GitHubCodeBase is read-only w.r.t. app data..
            if (AppData.GitHubCodeBase)
            {
                return(true);
            }

            string path    = GenBase.m_xmlApiDefPath + @"/" + GenericName + ".xml";
            bool   success = m_xml.SaveXml(path);

            return(success);
        }