MCPcopy Create free account
hub / github.com/ReadyTalk/avian / stat

Class stat

classpath/java-io.cpp:603–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 return fileDate.QuadPart / 10000000L;
602#else
603 struct stat fileStat;
604 int res = stat(chars, &fileStat);
605 releaseChars(e, path, chars);
606

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected