| 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); |
no test coverage detected