MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / stat

Class stat

engine/source/platformEmscripten/EmscriptenFileio.cpp:196–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 AssertFatal(pathName[0] == '/', "PATH must be absolute");
195
196 struct stat filestat;
197 const int MaxPathEl = 200;
198 char *currChar = pathName;
199 char testPath[MaxPath];

Callers 9

MungeCaseFunction · 0.70
MungePathFunction · 0.70
RecurseDumpPathFunction · 0.70
openMethod · 0.70
GetFileTimesFunction · 0.70
isFileMethod · 0.70
getFileSizeMethod · 0.70
isDirectoryMethod · 0.70
isSubDirectoryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected