MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / getLastModificationTime

Method getLastModificationTime

3rdparty/Amalgamate/juce_core_amalgam.cpp:2335–2335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2333}
2334
2335Time File::getLastModificationTime() const { int64 m, a, c; getFileTimesInternal (m, a, c); return Time (m); }
2336Time File::getLastAccessTime() const { int64 m, a, c; getFileTimesInternal (m, a, c); return Time (a); }
2337Time File::getCreationTime() const { int64 m, a, c; getFileTimesInternal (m, a, c); return Time (c); }
2338

Callers 3

runTestMethod · 0.80
hashCodeMethod · 0.80
writeTimeAndDateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected