Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void create_directory(const std::string &path)
93
{
94
vkb::filesystem::get()->create_directory(path);
95
}
96
97
void create_path(const std::string &root, const std::string &path)
98
{
Callers
1
write_file
Method · 0.85
Calls
2
create_directory
Method · 0.80
get
Function · 0.70
Tested by
no test coverage detected