MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / stat

Class stat

StereoKitC/platforms/linux.cpp:559–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557 strcat(file_path, "/");
558 strcat(file_path, dir_info->d_name);
559 struct stat file_stat;
560 stat(file_path, &file_stat);
561 free(file_path);
562 platform_file_attr_t file_attr;

Callers 1

platform_iterate_dirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected