Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ is_directory
Function
is_directory
components/filesystem/src/legacy.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
} // namespace path
81
82
bool is_directory(const std::string &path)
83
{
84
return vkb::filesystem::get()->is_directory(path);
85
}
86
87
bool is_file(const std::string &filename)
88
{
Callers
1
get
Function · 0.85
Calls
2
is_directory
Method · 0.80
get
Function · 0.70
Tested by
no test coverage detected