Skip to content

[v2] Cannot correctly recognize scripts loaded with relative paths. #134

@zero-plusplus

Description

@zero-plusplus

This will cause loaded scripts and debug directives to not function properly.

Currently, this problem can be avoided by using absolute paths with A_LineFile as follows.

#Include .\AnotherScript.ahk               ; Not recognized
#Include %A_LineFile%\..\AnotherScript.ahk ; OK

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions