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

Method RemoveDirRecursive

lib/base/utility.cpp:719–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719void Utility::RemoveDirRecursive(const String& path)
720{
721 namespace fs = boost::filesystem;
722
723 (void)fs::remove_all(fs::path(path.Begin(), path.End()));
724}
725
726/*
727 * Copies a source file to a target location.

Callers

nothing calls this directly

Calls 2

BeginMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected