MCPcopy Create free account
hub / github.com/Tencent/phxsql / ReMoveFile

Method ReMoveFile

phxcomm/utils/phx_utils.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103int Utils::ReMoveFile(const string &filename) {
104 return remove(filename.c_str());
105}
106
107int Utils::MoveDir(const string &dirname, const string &destdirname) {
108 ColorLogInfo("%s move dir %s to %s", __func__, dirname.c_str(), destdirname.c_str());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected