MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / FindAutoHotkeyUtilSub

Function FindAutoHotkeyUtilSub

source/script2.cpp:4452–4456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4450
4451
4452bool FindAutoHotkeyUtilSub(LPTSTR aFile, LPTSTR aDir)
4453{
4454 SetCurrentDirectory(aDir);
4455 return GetFileAttributes(aFile) != INVALID_FILE_ATTRIBUTES;
4456}
4457
4458bool FindAutoHotkeyUtil(LPTSTR aFile, bool &aFoundOurs)
4459{

Callers 1

FindAutoHotkeyUtilFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected