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