public bool SaveClass(Chilkat.Log log) { string path = GenBase.m_xmlApiDefPath + @"/" + GenericName + ".xml"; bool success = m_xml.SaveXml(path); return(success); }
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); }