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

Function DeleteDirTree

cpp/src/arrow/util/io_util.cc:955–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955Result<bool> DeleteDirTree(const PlatformFilename& dir_path, bool allow_not_found) {
956 return DeleteDirContents(dir_path, allow_not_found, /*remove_top_dir=*/true);
957}
958
959Result<bool> DeleteFile(const PlatformFilename& file_path, bool allow_not_found) {
960#ifdef _WIN32

Callers 3

DeleteDirMethod · 0.85
TESTFunction · 0.85
~TemporaryDirMethod · 0.85

Calls 1

DeleteDirContentsFunction · 0.70

Tested by 1

TESTFunction · 0.68