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

Method CreateDir

cpp/src/arrow/filesystem/filesystem.cc:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393Status SubTreeFileSystem::CreateDir(const std::string& path, bool recursive) {
394 ARROW_ASSIGN_OR_RAISE(auto real_path, PrependBaseNonEmpty(path));
395 return base_fs_->CreateDir(real_path, recursive);
396}
397
398Status SubTreeFileSystem::DeleteDir(const std::string& path) {
399 ARROW_ASSIGN_OR_RAISE(auto real_path, PrependBaseNonEmpty(path));

Callers 1

CopyFilesFunction · 0.45

Calls 1

SleepMethod · 0.80

Tested by

no test coverage detected