MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / stat

Class stat

ogsr_engine/xrCore/LocatorAPI.cpp:404–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402bool is_file_exists(const char* _path)
403{
404 struct stat file_info;
405
406 if (stat(_path, &file_info) == 0 && file_info.st_mode & S_IFREG)
407 {

Callers 3

is_file_existsFunction · 0.70
is_dir_existsFunction · 0.70
ignore_pathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected