MCPcopy Create free account
hub / github.com/apache/arrow / _arrow_fs___FileSystem__DeleteDirContents

Function _arrow_fs___FileSystem__DeleteDirContents

r/src/arrowExports.cpp:3452–3459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3450// filesystem.cpp
3451void fs___FileSystem__DeleteDirContents(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
3452extern "C" SEXP _arrow_fs___FileSystem__DeleteDirContents(SEXP file_system_sexp, SEXP path_sexp){
3453BEGIN_CPP11
3454 arrow::r::Input<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
3455 arrow::r::Input<const std::string&>::type path(path_sexp);
3456 fs___FileSystem__DeleteDirContents(file_system, path);
3457 return R_NilValue;
3458END_CPP11
3459}
3460// filesystem.cpp
3461void fs___FileSystem__DeleteFile(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
3462extern "C" SEXP _arrow_fs___FileSystem__DeleteFile(SEXP file_system_sexp, SEXP path_sexp){

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected