MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / RenameDirectory

Method RenameDirectory

Goldleaf/source/fs/fs_StdExplorer.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 void StdExplorer::RenameDirectory(const std::string &path, const std::string &new_name) {
144 return this->RenameFile(path, new_name);
145 }
146
147 void StdExplorer::DeleteFile(const std::string &path) {
148 const auto full_path = this->MakeFull(path);

Callers 1

OnDirectorySelectedMethod · 0.45

Calls 1

RenameFileMethod · 0.95

Tested by

no test coverage detected