MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / create_directory

Function create_directory

components/filesystem/src/legacy.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void create_directory(const std::string &path)
93{
94 vkb::filesystem::get()->create_directory(path);
95}
96
97void create_path(const std::string &root, const std::string &path)
98{

Callers 1

write_fileMethod · 0.85

Calls 2

create_directoryMethod · 0.80
getFunction · 0.70

Tested by

no test coverage detected