Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey-v1.0
/ GetFilespec
Method
GetFilespec
Source/script.cpp:10827–10832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10825
}
10826
10827
VarSizeType Script::GetFilespec(char *aBuf)
10828
{
10829
if (aBuf)
10830
sprintf(aBuf,
"%s\\%s"
, mFileDir, mFileName);
10831
return (VarSizeType)(strlen(mFileDir) + strlen(mFileName) + 1);
10832
}
10833
10834
10835
Callers
1
Get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected