MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / stat

Class stat

Utils/FileSystem.h:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 std::string npath = normalizePath(path);
123
124 struct stat st;
125 int status = 0;
126
127 if (stat(path.c_str(), &st) != 0)

Callers 3

makeDirMethod · 0.85
isFileMethod · 0.85
isDirectoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected