| 217 | Logger::Get().Log("Finished with parsing a project file"); |
| 218 | } |
| 219 | void ProjectParser::OpenTemplate() |
| 220 | { |
| 221 | Open(std::filesystem::current_path().generic_string() + "/templates/" + m_template + "/template.sprj"); |
| 222 | m_file = ""; // disallow overwriting template.sprj project file |
| 223 | } |
| 224 | void ProjectParser::Save() |
| 225 | { |
| 226 | SaveAs(m_file); |