Page 1 of 1

Relative include doesn't work correctly (Linux)

Posted: 07 Dec 2015, 17:00
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.

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

Posted: 18 Mar 2016, 23:55
by Jmgr
Thanks for the bug report. Will be fixed in version 3.9.2: https://github.com/Jmgr/actiona/issues/51