[[arrow::export]]
| 174 | |
| 175 | // [[arrow::export]] |
| 176 | void fs___FileSystem__DeleteDir(const std::shared_ptr<fs::FileSystem>& file_system, |
| 177 | const std::string& path) { |
| 178 | StopIfNotOk(file_system->DeleteDir(path)); |
| 179 | } |
| 180 | |
| 181 | // [[arrow::export]] |
| 182 | void fs___FileSystem__DeleteDirContents( |
no test coverage detected