MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Remove

Method Remove

lib/base/utility.cpp:712–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void Utility::Remove(const String& path)
713{
714 namespace fs = boost::filesystem;
715
716 (void)fs::remove(fs::path(path.Begin(), path.End()));
717}
718
719void Utility::RemoveDirRecursive(const String& path)
720{

Callers

nothing calls this directly

Calls 2

BeginMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected