[[arrow::export]]
| 186 | |
| 187 | // [[arrow::export]] |
| 188 | void fs___FileSystem__DeleteFile(const std::shared_ptr<fs::FileSystem>& file_system, |
| 189 | const std::string& path) { |
| 190 | StopIfNotOk(file_system->DeleteFile(path)); |
| 191 | } |
| 192 | |
| 193 | // [[arrow::export]] |
| 194 | void fs___FileSystem__DeleteFiles(const std::shared_ptr<fs::FileSystem>& file_system, |
no test coverage detected