MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getLastModificationTime

Method getLastModificationTime

JUCE/modules/juce_core/files/juce_File.cpp:532–532  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

530
531//==============================================================================
532Time File::getLastModificationTime() const { int64 m, a, c; getFileTimesInternal (m, a, c); return Time (m); }
533Time File::getLastAccessTime() const { int64 m, a, c; getFileTimesInternal (m, a, c); return Time (a); }
534Time File::getCreationTime() const { int64 m, a, c; getFileTimesInternal (m, a, c); return Time (c); }
535

Callers 15

calculateHashMethod · 0.80
createPluginDescriptionFunction · 0.80
ParamValueQueueListClass · 0.80
fillInPluginDescriptionFunction · 0.80
fillInPluginDescriptionFunction · 0.80
runTestMethod · 0.80
hashCodeMethod · 0.80
FileWithTimeMethod · 0.80
reloadMethod · 0.80

Calls

no outgoing calls

Tested by 2

reloadMethod · 0.64
setFilenameMethod · 0.64