MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / _stat

Class _stat

ddio/winfile.cpp:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164bool ddio_FileDiff(const std::filesystem::path &path1, const std::filesystem::path &path2) {
165 struct _stat abuf, bbuf;
166
167 if (_stat(path1.u8string().c_str(), &abuf))
168 Int3(); // error getting stat info

Callers 1

ddio_FileDiffFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected