MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / stat

Class stat

Global/PythonUtils.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57{
58 // https://stackoverflow.com/q/18100097
59 struct stat info;
60
61 if(stat(path.c_str(), &info ) != 0) {
62 return false;

Callers 1

dirExistsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected