Tony Johnson

Results 2 comments of Tony Johnson

Have run into the same errors from within a library relying on relative includes resembling the following: ```AutoHotkey #Include %A_ScriptDir%\..\SiblingDir\CommonFile.ahk ``` results in the following type of message: ```sh 2025-04-03T21:55:14.922Z...

Version rollback removed most of the errors, but several remained; these used a similar relative scheme, but with `A_LineFile` instead of `A_ScriptDir`. Seems related to handling of relative paths in...