Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
687
Result<bool> CreateDirTree(const PlatformFilename& dir_path) {
688
return DoCreateDir(dir_path, true);
689
}
690
691
#ifdef _WIN32
692
Callers
2
CreateDir
Method · 0.85
TEST
Function · 0.85
Calls
1
DoCreateDir
Function · 0.85
Tested by
1
TEST
Function · 0.68