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

Method exists

components/filesystem/src/std_filesystem.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool StdFileSystem::exists(const Path &path)
69{
70 auto stat = stat_file(path);
71 return stat.is_file || stat.is_directory;
72}
73
74bool StdFileSystem::create_directory(const Path &path)
75{

Callers 2

AstcMethod · 0.80
prompt_if_path_existsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected