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

Method DeleteDirectory

Goldleaf/source/fs/fs_StdExplorer.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 void StdExplorer::DeleteDirectory(const std::string &path) {
155 const auto full_path = this->MakeFull(path);
156 fsdevDeleteDirectoryRecursively(full_path.c_str());
157 this->DoCommit();
158 }
159
160 void StdExplorer::StartFileImpl(const std::string &path, const FileMode mode) {
161 auto file_mode = "rw";

Callers 6

FinalizeInstallationMethod · 0.45
StartCopyMethod · 0.45
OnDirectorySelectedMethod · 0.45
StartExportMethod · 0.45
EmptyDirectoryMethod · 0.45

Calls 2

DoCommitMethod · 0.95
MakeFullMethod · 0.80

Tested by

no test coverage detected