MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / GetLoopFileTimeCreated

Method GetLoopFileTimeCreated

Source/script.cpp:10971–10979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10969}
10970
10971VarSizeType Script::GetLoopFileTimeCreated(char *aBuf)
10972{
10973 char str[64] = ""; // Set default.
10974 if (mLoopFile)
10975 FileTimeToYYYYMMDD(str, mLoopFile->ftCreationTime, true);
10976 if (aBuf)
10977 strcpy(aBuf, str);
10978 return (VarSizeType)strlen(str);
10979}
10980
10981VarSizeType Script::GetLoopFileTimeAccessed(char *aBuf)
10982{

Callers 1

GetMethod · 0.80

Calls 1

FileTimeToYYYYMMDDFunction · 0.85

Tested by

no test coverage detected