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

Method GetLoopFileTimeAccessed

Source/script.cpp:10981–10989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10979}
10980
10981VarSizeType Script::GetLoopFileTimeAccessed(char *aBuf)
10982{
10983 char str[64] = ""; // Set default.
10984 if (mLoopFile)
10985 FileTimeToYYYYMMDD(str, mLoopFile->ftLastAccessTime, true);
10986 if (aBuf)
10987 strcpy(aBuf, str);
10988 return (VarSizeType)strlen(str);
10989}
10990
10991VarSizeType Script::GetLoopFileAttrib(char *aBuf)
10992{

Callers 1

GetMethod · 0.80

Calls 1

FileTimeToYYYYMMDDFunction · 0.85

Tested by

no test coverage detected