MCPcopy Create free account
hub / github.com/davisking/dlib / stat

Class stat

dlib/misc_api/misc_api_kernel_2.cpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 if (errno == EEXIST)
96 {
97 struct stat buffer;
98 // now check that this is actually a valid directory
99 if (::stat(dir.c_str(),&buffer))
100 {

Callers 1

create_directoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected