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

Function CreateDir

cpp/src/arrow/filesystem/filesystem.h:240–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 /// This function succeeds if the directory already exists.
239 virtual Status CreateDir(const std::string& path, bool recursive) = 0;
240 Status CreateDir(const std::string& path) { return CreateDir(path, true); }
241
242 /// Delete a directory and its contents, recursively.
243 virtual Status DeleteDir(const std::string& path) = 0;

Callers 3

CreateDirMethod · 0.70
CreateFileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected