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

Method GetLoopFileFullPath

Source/script.cpp:10899–10908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10897}
10898
10899VarSizeType Script::GetLoopFileFullPath(char *aBuf)
10900{
10901 char *str = ""; // Set default.
10902 if (mLoopFile)
10903 // The loop handler already prepended the script's directory in here for us:
10904 str = mLoopFile->cFileName;
10905 if (aBuf)
10906 strcpy(aBuf, str);
10907 return (VarSizeType)strlen(str);
10908}
10909
10910VarSizeType Script::GetLoopFileLongPath(char *aBuf)
10911{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected