[[arrow::export]]
| 192 | |
| 193 | // [[arrow::export]] |
| 194 | void fs___FileSystem__DeleteFiles(const std::shared_ptr<fs::FileSystem>& file_system, |
| 195 | const std::vector<std::string>& paths) { |
| 196 | StopIfNotOk(file_system->DeleteFiles(paths)); |
| 197 | } |
| 198 | |
| 199 | // [[arrow::export]] |
| 200 | void fs___FileSystem__Move(const std::shared_ptr<fs::FileSystem>& file_system, |
no test coverage detected