Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
719
void 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
Begin
Method · 0.45
End
Method · 0.45
Tested by
no test coverage detected