MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / DeleteConfigFile

Method DeleteConfigFile

TranslucentTB/managers/configmanager.cpp:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void ConfigManager::DeleteConfigFile()
306{
307 std::error_code errc;
308 std::filesystem::remove(m_ConfigPath, errc);
309 StdErrorCodeVerify(errc, spdlog::level::warn, L"Failed to delete config file");
310}
311
312void ConfigManager::SaveConfig() const
313{

Callers 1

ShutdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected