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

Function CreateDirTree

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

Source from the content-addressed store, hash-verified

685}
686
687Result<bool> CreateDirTree(const PlatformFilename& dir_path) {
688 return DoCreateDir(dir_path, true);
689}
690
691#ifdef _WIN32
692

Callers 2

CreateDirMethod · 0.85
TESTFunction · 0.85

Calls 1

DoCreateDirFunction · 0.85

Tested by 1

TESTFunction · 0.68