Relative include doesn't work correctly (Linux)

If you have found a bug please describe it here
Post Reply
krvc
Posts: 2
Joined: 07 Dec 2015, 15:31

Relative include doesn't work correctly (Linux)

Post by krvc »

The following code from the docs does work only if the otherScript.acod is in the home directory of the user (/home/username/otherScript.acod):

Code: Select all

include("otherScript.acod"); //Read and evaluate a script named "otherScript.acod".
It should include files relatively to .ascr save dir instead.
User avatar
Jmgr
Admin
Posts: 1649
Joined: 07 Dec 2005, 15:45
Contact:

Re: Relative include doesn't work correctly (Linux)

Post by Jmgr »

Thanks for the bug report. Will be fixed in version 3.9.2: https://github.com/Jmgr/actiona/issues/51
"My software never has bugs. It just develops random features."
Post Reply